1. 03 Aug, 2000 6 commits
  2. 02 Aug, 2000 11 commits
    • zack's avatar
      * gcc.h (lang_specific_driver): Constify second argument. · 826f6505
      zack authored
      	* gcc.c (translate_options, process_command, main): Likewise.
      	Constify variables to match.  Cast second argument to
      	pexecute.
      
      	* cppspec.c, gccspec.c, g++spec.c, g77spec.c, jvspec.c: Adjust
      	type of second argument to lang_specific_driver, and update
      	code as necessary.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35433 138bc75d-0d04-0410-961f-82ee72b054a4
      826f6505
    • jakub's avatar
      * loop.c (scan_loop): Ensure update_end label does not · 5338d8ac
      jakub authored
      	go away until reg_scan_update is run.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35428 138bc75d-0d04-0410-961f-82ee72b054a4
      5338d8ac
    • zack's avatar
      * c-common.h: Prototype min_precision and c_build_qualified_type here... · 83e32a86
      zack authored
      	* c-tree.h: ... not here.
      	* errors.h: Prototype fancy_abort.
      
      	* emit-rtl.c (gen_lowpart_common): Move variable 'c' into
      	HOST_BITS_PER_WIDE_INT == 64 ifdef block.
      	* regrename.c (regrename_optimize): Make control flow explicit.
      	(replace_reg_in_block): Initialize reg_use to 0.
      
      	* i386.c (legitimate_address_p): Rename error label to
      	report_error to avoid namespace clash.
      
      cp:
      	* cp-tree.h: Don't prototype min_precision here.
      	(my_friendly_assert): Cast expression to void.
      	* semantics.c (do_poplevel): Initialize scope_stmts.
      
      f:
      	* expr.c (ffeexpr_finished_): Cast signed side of ?:
      	expression to bool.
      
      java:
      	* class.c (build_dtable_decl): Initialize dummy.
      
      intl:
      	* dcgettext.c (find_msg): Initialize act before loop.
      	(guess_category_value): Add dummy uses of both parameters.
      	* localealias.c (read_alias_file): Cast arg of strchr to char *.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35427 138bc75d-0d04-0410-961f-82ee72b054a4
      83e32a86
    • law's avatar
      * fold-const.c: Fix formatting. · cc049fa3
      law authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35425 138bc75d-0d04-0410-961f-82ee72b054a4
      cc049fa3
    • hubicka's avatar
      * i386.c (legitimate_address_p): Accept other bases than · 2c6c81f5
      hubicka authored
      	pic_offset_table_rtx for GOTOFF constructs.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35424 138bc75d-0d04-0410-961f-82ee72b054a4
      2c6c81f5
    • hubicka's avatar
      · aca111af
      hubicka authored
      	* i386.md (shift to lea splitter): Use const_int_operand.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35423 138bc75d-0d04-0410-961f-82ee72b054a4
      aca111af
    • zack's avatar
      * cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c, · e0a859f1
      zack authored
      	cppspec.c: Do not use 'legal' or 'illegal' in error messages
      	and comments.
      
      	* cppmain.c (cb_define, cb_undef): Don't generate any output
      	if not done_initializing.
      	* cpplex.c (maybe_paste_with_next): When the token after a ##
      	is an omitted rest argument, only delete the token before it
      	if that token is a comma.  Do not warn about bogus token
      	pastes for , ## rest_arg.
      
      	* cpp.texi: Update.
      	* cpp.1: Regenerate.
      
      	* gcc.dg/cpp/macsyntx.c: Fix error regexp.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35421 138bc75d-0d04-0410-961f-82ee72b054a4
      e0a859f1
    • jason's avatar
      * config/i386/beos-elf.h (STARTFILE_SPEC): Add i386-mcount.o · 9518dbb5
      jason authored
              when user gives -p option.  Add init_term_dyn.o for BeOS 5.0
              and later.
      
              * config/i386/beos-elf.h (INCLUDE_DEFAULTS): Add additional
              Be directories to search path.
      
              Remove support for __declspec(dllimport) and __declspec(dllexport).
              This is leftover cruft from the earlier BeOS gcc port when BeOS
              used Microsoft's PE object file format.
              * configure.in (i*86-*-beoself): Remove extra_objs=winnt.o.
              * config/i386/t-beos (winnt.o): Remove Makefile frag.
              * config/i386/beos-elf.h (TARGET_NOP_FUN_DLLIMPORT): Remove.
              (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
              (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
              (MERGE_MACHINE_DECL_ATTRIBUTES): Remove.
              (REDO_SECTION_INFO_P): Remove.
              (ASM_EXPORT_DECL): Remove.
              (ASM_DECLARE_FUNCTION_NAME): Remove.
              (ASM_DECLARE_OBJECT_NAME): Remove.
              (ASM_OUTPUT_ALIGNED_COMMON): Remove.
              (ASM_OUTPUT_ALIGNED_DECL_COMMON): Remove.
              (ASM_OUTPUT_ALIGNED_LOCAL): Remove.
              (STRIP_NAME_ENCODING): Remove.
      
              Remove support for obsolete version of BeOS that is no longer
              supported by Be.
              * configure.in (i*86-*-beospe*): Remove.
              * config/i386/beos-pe.h: Remove.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35420 138bc75d-0d04-0410-961f-82ee72b054a4
      9518dbb5
    • mmitchel's avatar
      * Makefile.in (OBJS): Added dce.o. · 1deb248e
      mmitchel authored
      	(ssa.o): Updated target to include ssa.h.
      	(flow.o): Likewise.
      	(toplev.o): Likewise.
      	(dce.o): Created target.
      	* basic-block.h: Added comments.
      	(INVALID_BLOCK): Added definition.
      	(connect_infinite_loops_to_exit): Added declaration.
      	Moved SSA declarations to ssa.h.
      	* flow.c: Added inclusion of ssa.h.
      	(struct depth_first_search_dsS, depth_first_search_ds):
      	Added definitions.
      	(compute_immediate_postdominators): Added definition.
      	(connect_infinite_loops_to_exit): Likewise.
      	(flow_dfs_compute_reverse_init): Likewise.
      	(flow_dfs_compute_reverse_add_bb): Likewise.
      	(flow_dfs_compute_reverse_execute): Likewise.
      	(flow_dfs_compute_reverse_finish): Likewise.
      	* rtl.h (rtx/in_struct): Added use to determine insn necessity.
      	(LABEL_P): Added definition.
      	(JUMP_P): Likewise.
      	(NOTE_P): Likewise.
      	(BARRIER_P): Likewise.
      	(JUMP_TABLE_DATA_P): Likewise.
      	(INSN_DEAD_CODE_P): Likewise.
      	* ssa.c: Replaced inclusions with ssa.h inclusion.
      	(CONVERT_HARD_REGISTER_TO_SSA_P): Moved to ssa.h.
      	(rename_registers): Removed unnecessary variables.
      	* ssa.h: Created by moving declarations from ssa.c and
      	basic-block.h.
      	* timevar.def: Defined TV_DEAD_CODE_ELIM.
      	* toplev.c: Added ssa.h inclusion.
      	(dump_file_index): Added DFI_dce.
      	(dump_file): Added "dce" entry.
      	Defined flag_ssa.
      	(f_options): Added dce entry.
      	* invoke.texi: Document -fdce.  Emphasize experimental status of
      	-fssa.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35419 138bc75d-0d04-0410-961f-82ee72b054a4
      1deb248e
    • zack's avatar
      argh, forgot to save file · 2d6ae253
      zack authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35416 138bc75d-0d04-0410-961f-82ee72b054a4
      2d6ae253
    • geoffk's avatar
      * rtl.h (enum reg_note): Add REG_MAYBE_DEAD. · efc2922d
      geoffk authored
      * rtl.c (reg_note_name): Add REG_MAYBE_DEAD.
      * flow.c (propagate_one_insn): Allow deletion of prologue/epilogue
      insns if they have a REG_MAYBE_DEAD note attached.
      * config/rs6000/rs6000.c (rs6000_maybe_dead): New function.
      (rs6000_emit_load_toc_table): TOC loads may go dead.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35414 138bc75d-0d04-0410-961f-82ee72b054a4
      efc2922d
  3. 01 Aug, 2000 12 commits
  4. 31 Jul, 2000 11 commits
    • zack's avatar
      2000-07-31 Jakub Jelinek <jakub@redhat.com> · c2cce424
      zack authored
      	* cpplex.c (_cpp_get_line): If index is 0, return line 0 col 0.
      	(_cpp_get_token): Don't macro expand a just pasted token if it
      	was pasted at no_expand_level.
      
      	* testsuite/gcc.dg/cpp/paste7.c: New test.
      
      2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
      
      	* cppmacro.c (find_param, count_params, save_expansion):
      	Permit 'defined' as a macro parameter name.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35394 138bc75d-0d04-0410-961f-82ee72b054a4
      c2cce424
    • zack's avatar
      Oops - this went with the previous change set · 509f4458
      zack authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35393 138bc75d-0d04-0410-961f-82ee72b054a4
      509f4458
    • zack's avatar
      * c-decl.c (mesg_implicit_function_declaration): Init to -1. · 65a7af3f
      zack authored
      	(implicit_decl_warning): New function.
      	(implicitly_declare): Use it.
      	* c-typeck.c (build_external_ref): Use implicit_decl_warning
      	to complain about implicit decls of builtins.
      
      	* c-lang.c (lang_init): Set mesg_implicit_function_declaration
      	based on pedantic && flag_isoc99, if not already set.
      	* c-tree.h: Declare mesg_implicit_function_declaration.
      	Prototype implicit_decl_warning.
      
      	* gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35385 138bc75d-0d04-0410-961f-82ee72b054a4
      65a7af3f
    • mmitchel's avatar
      * Makefile.in (ssa.o): Updated header files in dependences. · baaa5be9
      mmitchel authored
      	* basic-block.h: Added compute_immediate_postdominators declaration.
      	* config/i386/i386.h (CONVERT_HARD_REGISTER_TO_SSA_P): Added
      	definition.
      	* flow.c (compute_immediate_dominators): Updated comment.
      	(compute_immediate_postdominators): Added definition.
      	* rtl.h (HARD_REGISTER_P): Added definition.
      	* ssa.c: Include additional header files.
      	(assert): Added definition.
      	(ssa_rename_to_lookup): Added to reimplement ssa_rename_to to
      	include select hard registers.
      	(ssa_rename_to_insert): Likewise.
      	(ssa_rename_from_initialize): Likewise.
      	(ssa_rename_from_lookup): Likewise.
      	(original_register): Likewise.
      	(ssa_rename_from_insert): Added to reimplement ssa_rename_from to
      	include select hard reigsters.
      	(ssa_rename_from_traverse): Likewise.
      	(ssa_rename_from_free): Likewise.
      	(ssa_rename_from_print): Likewise.
      	(ssa_rename_from_print_1): Likewise.
      	(ssa_rename_from_hash_function): Likewise.
      	(ssa_rename_from_equal): Likewise.
      	(ssa_rename_from_delete): Likewise.
      	(simplify_to_immediate_dominators): Removed in favor of
      	flow.c:compute_immediate_dominators.
      	(find_evaluations_1): Modified to work with hard registers.
      	(insert_phi_node): Likewise.
      	(insert_phi_nodes): Likewise.
      	(struct rename_set_data): Updated prev_reg comment.
      	(create_delayed_rename): Modified to work with hard registers.
      	(RENAME_NO_RTX): Updated comment.
      	(apply_delayed_renames): Modified to work with hard registers.
      	(rename_insn_1): Likewise and added handling of CLOBBER rtls.
      	(rename_block): Updated to use revised ssa_rename_to interface.
      	(rename_registers): Updated to use revised ssa_rename_to and
      	ssa_rename_from interface.
      	(convert_to_ssa): Revised to use compute_immediate_dominators and
      	deal with hard registers.
      	(make_regs_equivalent_over_bad_edges): Modified to work with hard
      	registers.  Added check for illegal unification of hard register.
      	(make_equivalent_phi_alternatives_equivalent): Modified to work
      	with hard registers.
      	(compute_conservative_reg_partition): Likewise.
      	(coalesce_if_unconflicting): Modified to work with hard registers
      	and check for conflicting hard registers.
      	(mark_phi_and_copy_regs): Revised loop to work only on pseudo
      	registers.
      	(rename_equivalent_regs_in_insn): Modified to work with hard
      	registers.
      	(record_canonical_element_1): Added definition.
      	(check_hard_regs_in_partition): Added definition.
      	(convert_from_ssa): Added data structure deallocation and check
      	for illegal hard register unification.
      	(conflict_hard_regs_p): Added definition.
      	* toplev.c (rest_of_compilation): Added comment.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35384 138bc75d-0d04-0410-961f-82ee72b054a4
      baaa5be9
    • green's avatar
      2000-07-30 Anthony Green <green@redhat.com> · b78c1c6b
      green authored
              * config/ia64/crtbegin.asm (__EH_FRAME_BEGIN__): Align correctly.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35383 138bc75d-0d04-0410-961f-82ee72b054a4
      b78c1c6b
    • rth's avatar
      * builtins.c (expand_builtin_apply): Don't defer pop during · 04a46d40
      rth authored
              argument setup.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35382 138bc75d-0d04-0410-961f-82ee72b054a4
      04a46d40
    • law's avatar
      * calls.c (combine_pending_stack_adjustment_and_call): Only use · d3ef58ec
      law authored
              preferred_unit_stack_boundary when it is > 1.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35381 138bc75d-0d04-0410-961f-82ee72b054a4
      d3ef58ec
    • law's avatar
      * c-common.c (init_function_format_info): Add C99 format functions · 9f426305
      law authored
      	in C99 mode.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35380 138bc75d-0d04-0410-961f-82ee72b054a4
      9f426305
    • law's avatar
      * local-alloc.c: Fix formatting. · 8c6f4f88
      law authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35378 138bc75d-0d04-0410-961f-82ee72b054a4
      8c6f4f88
    • law's avatar
      * c-decl.c (get_parm_info): Don't treat 'const void', 'volatile · 677ee6a9
      law authored
      	void' or 'register void' as being the special case of 'void' alone
      	in a parameter list.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35377 138bc75d-0d04-0410-961f-82ee72b054a4
      677ee6a9
    • law's avatar
      * h8300.c (get_shift_alg): Remove the variable alg. · cb95c693
      law authored
              (emit_a_shift): Rearrange code to improve readability.
      
              * h8300.md (movsi_h8300hs): Rearrange code to improve readability.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35375 138bc75d-0d04-0410-961f-82ee72b054a4
      cb95c693