1. 12 Sep, 2001 2 commits
  2. 11 Sep, 2001 22 commits
    • Fix 2 bugs in last patch. · 4e1a4144
      	* alias.c (clear_reg_alias_info): Only handle pseudo registers.
      
      From-SVN: r45553
      Jim Wilson committed
    • * parse.h (ctxp_for_generation): Mark extern. · fcbc317f
      From-SVN: r45552
      Richard Henderson committed
    • * parse.c (finput): Mark extern. · 20cdfa65
      From-SVN: r45551
      Richard Henderson committed
    • builtins.c (c_strlen): Treat an offset too large for a HOST_WIDE_INT as out of range. · 1de3d877
      	* builtins.c (c_strlen): Treat an offset too large for a
      	HOST_WIDE_INT as out of range.
      
      From-SVN: r45550
      Matt Kraai committed
    • basic-block.h (EDGE_CRITICAL): Remove; renumber other flags. · 4262e623
      	* basic-block.h (EDGE_CRITICAL): Remove; renumber other flags.
      	(EDGE_CRITICAL_P): New predicate.
      	* cfg.c (force_nonfallthru_and_redirect, split_edge): Kill EDGE_CRITICAL
      	handling.
      	(insert_insn_on_edge): Use EDGE_CRITICAL_P.
      	(dump_edge_info): Remove "crit".
      	* cfganal.c (mark_critical_edges): Kill.
      	* cfgbuild.c (find_basic_blocks): Remove mark_critical_edges call.
      	* cfgcleanup.c (cleanup_cfg): Likewise.
      	* profile.c (instrument_edges): Use EDGE_CRITICAL_P.
      	(find_spanning_tree): Likewise.
      	* reg-stack.c (convert_regs_1): Likewise.
      	* ssa.c (mark_regs_equivalent_over_bad_edges): Likewise.
      
      	* basic-block.h (create_basic_block_structure): New.
      	(create_basic_block): Update prototype.
      	(force_nonfallthru): New.
      	* bb-reorder.c (fixup_reorder_chain): Fixup use force_nonfallthru.
      	* cfg.c (create_basic_block_structure): Rename from create_basic_block;
      	handle updating of block_for_insn, creating of empty BBs and BBs at
      	the end of INSN chain.
      	(create_basic_block): New function.
      	(split_block): Use create_basic_block.
      	(force_nonfallthru_and_redirect): Break out from ...; cleanup
      	(redirect_edge_and_branch_force): ... here.
      	(force_nonfallthru): New.
      	(split_edge): Rewrite to use force_nonfallthru and create_block.
      	* cfgbuild.c (find_basic_blocks_1): Use create_basic_block_structure.
      	(find_basic_blocks): Free basic_block_for_insn.
      	* cfgcleanup.c (merge_blocks): Use force_nonfallthru.
      
      	* cfg.c: Fix formating.
      	* cfgcleanup.c: Fix formating.
      	(merge_blocks, tail_recursion_label_p): Return bool.
      	(merge_blocks_move_predecessor_nojumps,
      	 merge_blocks_move_successor_nojumps): Return void.
      
      From-SVN: r45549
      Jan Hubicka committed
    • configure.in: Check whether assembler supports section merging. · 201556f0
      	* configure.in: Check whether assembler supports section merging.
      	* config.in: Rebuilt.
      	* configure: Rebuilt.
      	* varasm.c (variable_section, output_constant_pool): Pass alignment
      	to SELECT_SECTION and SELECT_RTX_SECTION.
      	(mergeable_string_section): New.
      	(mergeable_constant_section): New.
      	(default_elf_asm_named_section): Output SECTION_MERGE and
      	SECTION_STRINGS flags plus SECTION_ENTSIZE entity size.
      	* output.h (mergeable_string_section): New.
      	(mergeable_constant_section): New.
      	(SECTION_MERGE, SECTION_STRINGS, SECTION_ENTSIZE): Define.
      	* toplev.c (flag_merge_constants): New.
      	(f_options): Add -fmerge-constants and -fmerge-all-constants
      	options.
      	(toplev_main): Default to -fno-merge-constants if not optimizing.
      	* flags.h (flag_merge_constants): Add extern.
      	* invoke.texi (-fmerge-constants, -fmerge-all-constants): Document.
      	* tm.texi (SELECT_SECTION, SELECT_RTX_SECTION): Document added third
      	argument.
      	* config/elfos.h (ASM_SECTION_START_OP, ASM_OUTPUT_SECTION_START):
      	Define if assembler has working .subsection -1 support.
      	(SELECT_RTX_SECTION, SELECT_SECTION): Add third macro argument.
      	Put constant into special SHF_MERGE sections if the linker should
      	attempt to merge duplicates.
      	* config/ia64/sysv4.h (SELECT_RTX_SECTION, SELECT_SECTION): Add third
      	macro argument.
      	Put constant into special SHF_MERGE sections if the linker should
      	attempt to merge duplicates.
      	* config/alpha/elf.h: Likewise.
      	(ASM_SECTION_START_OP, ASM_OUTPUT_SECTION_START): Define if assembler
      	has working .subsection -1 support.
      	* config/nextstep.h: Add third argument to SELECT_RTX_SECTION and
      	SELECT_SECTION.
      	* config/svr3.h: Likewise.
      	* config/darwin.h: Likewise.
      	* config/arm/aof.h: Likewise.
      	* config/arm/linux-elf.h: Likewise.
      	* config/avr/avr.h: Likewise.
      	* config/c4x/c4x.h: Likewise.
      	* config/d30v/d30v.h: Likewise.
      	* config/i386/dgux.h: Likewise.
      	* config/i386/osfrose.h: Likewise.
      	* config/i386/sco5.h: Likewise.
      	* config/i386/svr3gas.h: Likewise.
      	* config/ia64/aix.h: Likewise.
      	* config/m32r/m32r.h: Likewise.
      	* config/m68k/m68k.h: Likewise.
      	* config/m88k/dgux.h: Likewise.
      	* config/m88k/m88k.h: Likewise.
      	* config/mcore/mcore-pe.h: Likewise.
      	* config/mips/mips.h: Likewise.
      	* config/pa/pa.h: Likewise.
      	* config/pa/pa-linux.h: Likewise.
      	* config/romp/romp.h: Likewise.
      	* config/rs6000/sysv4.h: Likewise.
      	* config/rs6000/xcoff.h: Likewise.
      	* config/s390/linux.h: Likewise.
      	* config/sparc/sparc.h: Likewise.
      	* config/sparc/sysv4.h: Likewise.
      	* config/stormy16/stormy16.h: Likewise.
      	* config/v850/v850.h: Likewise.
      	* config/vax/vms.h: Likewise.
      	* config/arm/arm.c (arm_elf_asm_named_section): Output SECTION_MERGE
      	and SECTION_STRINGS flags plus SECTION_ENTSIZE entity size.
      	* config/sparc/sparc.c (sparc_elf_asm_named_section): Use
      	default_elf_asm_named_section for SHF_MERGE sections.
      
      	* com.c (ffe_init_options): Default to -fmerge-all-constants
      	if optimizing.
      
      From-SVN: r45548
      Jakub Jelinek committed
    • Prune doubled ChangeLog entry · d21b1cb8
      From-SVN: r45547
      Hans-Peter Nilsson committed
    • gcov.exp: Move almost everything to a new, language-independent file in lib. · 5422265a
      	* gcc.misc-tests/gcov.exp: Move almost everything to a new,
      	language-independent file in lib.
      
      	* lib/gcov.exp: New file.
      
      From-SVN: r45546
      Janis Johnson committed
    • Verify gcov output... · 3f93d729
      Verify gcov output; most of this file was previously in gcc.misc-tests/
      gcov.exp but was moved so it can be used for other languages.
      
      From-SVN: r45545
      Janis Johnson committed
    • gcov.exp: Move almost everything to a new, language-independent file in lib. · cd1f97c6
      	* gcc.misc-tests/gcov.exp: Move almost everything to a new,
      	language-independent file in lib.
      	* lib/gcov.exp: New file.
      
      From-SVN: r45544
      Janis Johnson committed
    • bb-reorder.c (fixup_reorder_chain): Fallthru edge to exit block is OK. · 0a24446d
      	* bb-reorder.c (fixup_reorder_chain): Fallthru edge to exit block
      	is OK.
      
      From-SVN: r45542
      Jan Hubicka committed
    • re PR c/4294 (ICE for bad empty attribute) · 1d30139d
      	* c-common.c (split_specs_attrs): Allow for empty attributes with
      	empty TREE_PURPOSE.  Fixes PR c/4294.
      
      testsuite:
      	* gcc.c-torture/compile/20010911-1.c: New test.
      
      From-SVN: r45541
      Joseph Myers committed
    • basic-block.h (cached_make_edge, [...]): New. · 7ded4467
      	* basic-block.h (cached_make_edge, make_single_succ): New.
      	(make_edge): Remove first parameter.
      	* bb-reroder.c (fixup_reorder_chain): Use make_single_succ_edge.
      	* cfg.c (cached_make_edge): Rename from make_edge; return newly
      	created edge; use obstack allocation.
      	(make_edge, make_single_succ_edge): New.
      	(first_removed_edge): New static variable.
      	(init_flow): Initialize first_removed_edge and n_edges.
      	(clear_edges): Use remove_edge.
      	(flow_delete_block): Likewise.
      	(remove_edge): Add removed edges to the removed edges list.
      	(split_block, redirect_edge_and_branch_force, split_edge):
      	Use make_edge.
      	* cfganal.c (flow_call_edges_add): Updaet make_edge call.
      	(add_noreturn_fake_exit_edges): Likewise.
      	(connect_infinite_loops_to_exit): Liekwise.
      	* cfgbuild.c (make_label_edge, make_edges, find_sub_basic_blocks):
      	Use cached_make_edge.
      	* cfgcleanup.c (try_crossjump_to_edge): Use make_single_succ_edge.
      	* profile.c (branch_prob): Update make_edge call.
      	* ssa-dce.c (ssa_eliminate_dead_code): Likewise.
      
      From-SVN: r45540
      Jan Hubicka committed
    • Cray T3E port. · 30102605
      From-SVN: r45539
      Richard Henderson committed
    • combine.c (simplify_shift_const): Treat shifts by the mode size as undefined. · b1c4394d
      	* combine.c (simplify_shift_const): Treat shifts by the mode
      	size as undefined.
      
      From-SVN: r45538
      Richard Sandiford committed
    • Add myself to "write after approval" list · a27082e0
      From-SVN: r45537
      Richard Sandiford committed
    • Daily bump. · 75b7ac7d
      From-SVN: r45535
      GCC Administrator committed
    • cpphash.h (struct tokenrun): New. · 5fddcffc
      	* cpphash.h (struct tokenrun): New.
      	(struct cpp_context): New member bol.
      	(struct cpp_reader): New members.
      	(_cpp_init_tokenrun): New.
      	* cppinit.c (cpp_create_reader): Set up the token runs.
      	* cpplex.c (lex_directive, lex_token, next_tokenrun): New.
      	(lex_token): New internalised version of _cpp_lex_token.  Don't
      	handle directives or the multiple include opimisation here any
      	more.  Simply lex a token.
      	* cpplib.c (run_directive): Clear bol.
      	(_cpp_pop_buffer): Set bol.
      	* cppmacro.c (funlike_invocation_p): Keep tokens whilst parsing
      	arguments.
      
      From-SVN: r45534
      Neil Booth committed
    • Do not allow -mgp32 -mfp64; Fix int/long printf warning · 75dcd8fe
      From-SVN: r45533
      Michael Meissner committed
    • Properties.java (load): Correctly read \u sequences. · fe5de117
      	* java/util/Properties.java (load): Correctly read \u sequences.
      	Report from Anthony Green.
      
      From-SVN: r45532
      Tom Tromey committed
    • dbxout.c (dbxout_parms): Fix typo in comment. · fb530c07
      	* dbxout.c (dbxout_parms): Fix typo in comment.
      	* unroll.c (loop_find_equiv_value): Ditto.
      	* toplev.c (rest_of_compilation): Ditto.
      	* loop.c (scan_loop): Ditto.
      	(scan_loop): Ditto.
      	* dwarf2out.c (struct dw_fde_struct): Ditto.
      
      From-SVN: r45531
      Hans-Peter Nilsson committed
    • configure.in: Fix cross compiling math routines. · f280fdf4
      
      2001-09-10  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* configure.in: Fix cross compiling math routines. Correct
      	comments for cross compiling and limits. Add floating point math
      	routines found in newlib.
      	* configure: Regenerate.
      	* acconfig.h: Add macros.
      	* config.h.in: Regenerate.
      
      From-SVN: r45530
      Benjamin Kosnik committed
  3. 10 Sep, 2001 16 commits