1. 04 May, 2000 14 commits
    • Remove `extern double cabs' declarations from math.h · 72b9c7fb
      From-SVN: r33667
      Bruce Korb committed
    • configure: Rebuilt. · c5acf51f
      	* configure: Rebuilt.
      	* configure.in: Match `arm*-*-linux-*'.
      	From Chris Dornan <cdornan@arm.com>.
      
      From-SVN: r33666
      Tom Tromey committed
    • rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and MEM_ALIAS_SET. · bf49b139
      	* rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and
      	MEM_ALIAS_SET.
      	* alias.c (canon_rtx): Don't copy RTX_UNCHANGING_P or MEM_ALIAS_SET
      	when calling MEM_COPY_ATTRIBUTES.
      	* emit-rtl.c (operand_subword, change_address): Likewise.
      	* explow.c (stabilize): Likewise.
      	* expr.c (protect_from_queue, emit_move_insn_1): Likewise.
      	* integrate.c (copy_rtx_and_substitute): Likewise.
      	* combine.c (combine_simplify_rtx): Don't copy RTX_UNCHANGING_P
      	when calling MEM_COPY_ATTRIBUTES.
      	(make_extraction, simplify_shift_const, gen_lowpart_for_combine):
      	Likewise.
      	* cse.c (gen_lowpart_if_possible): Likewise.
      	* function.c (fixup_var_refs_1, purge_addressof_1): Likewise.
      	* optabs.c (gen_move_insn): Likewise.
      	* recog.c (validate_replace_rtx_1): Likewise.
      	* simplify-rtx.c (add_mem_for_addr): Likewise.
      	* stmt.c (expand_anon_union_decl): Likewise.
      	* config/arm/arm.md: Likewise.
      	* config/h8300/h7300.c (fix_bit_operand): Likewise.
      	* config/m88k/m88k.c (legitimize_address, block_move_loop): Likewise.
      	(block_move_no_loop, block_move_sequence): Likewise.
      	* config/rs6000/rs6000.c (expand_block_move_mem): Likewise.
      	* config/alpha/alpha.c (get_aligned_mem): Likewise.
      	Clear MEM_ALIAS_SET.
      	* final.c (alter_subreg): Don't copy MEM_ALIAS_SET when calling
      	MEM_COPY_ATTRIBUTES.
      
      From-SVN: r33665
      Richard Kenner committed
    • configure.in (i[34567]86-*-isc*): Add t-i386bare to suppress libgcc1. · 5b8714bf
      2000-05-03  Robert Lipe <robertlipe@usa.net>
      
              * configure.in (i[34567]86-*-isc*) [tmake_file]: Add t-i386bare
              to suppress libgcc1.
              (i[34567]86-*-sco3.2v5*) Likewise.
              (i[34567]86-*-sco3.2v4*) Likewise.
              (i[34567]86-*-sco) Likewise.
              (i[34567]86-*-solaris2) Likewise.
              (i[34567]86-*-sysv5*) Likewise.
              (i[34567]86-*-sysv4*) Likewise.
              (i[34567]86-*-udk*) Likewise.
              (i[34567]86-*-sysv*) Likewise.
      
      From-SVN: r33664
      Robert Lipe committed
    • Undo my accidental checkin. · 62703c5d
      From-SVN: r33663
      Jan Hubicka committed
    • Daily bump. · 36d94170
      From-SVN: r33662
      Jeff Law committed
    • try to fix cvsweb · 45023a75
      From-SVN: r33661
      Jeff Law committed
    • cpphash.h (U): New define, to correct type of string constants. · 12cf91fe
      gcc:
      	* cpphash.h (U): New define, to correct type of string constants.
      	(ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr): New wrapper
      	routines, to do casts when passing unsigned strings to libc.
      	* cppexp.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c: Use them.
      
      	* cppfiles.c (_cpp_execute_include): Make filename an U_CHAR *.
      	* cpphash.c (_cpp_quote_string): Make string an U_CHAR *.
      	* cppinit.c (dump_special_to_buffer): Make macro name an U_CHAR *.
      	* cpplex.c (parse_ifdef, parse_include, validate_else): Make
      	second argument an U_CHAR *.
      
      	* cppinit.c (builtin_array): Make name and value U_CHAR *, add
      	length field, clean up initializer.
      	(ISTABLE): Add __extension__ to designated-
      	initializers version.
      	* cpplex.c (CHARTAB): Likewise.
      
      	* mbchar.c: Add dummy external declaration to the !MULTIBYTE_CHARS
      	case so the file won't be empty.
      
      include:
      	* symcat.h: Remove #endif label.
      
      From-SVN: r33657
      Zack Weinberg committed
    • * gcc.dg/20000503-1.c: New test. · 22a87840
      From-SVN: r33656
      Robert Lipe committed
    • bb-reorder.c (struct reorder_block_def): Member succ removed. · 2a6fa433
      Wed May  3 21:01:46 2000  Jason Eckhardt  <jle@cygnus.com>
      
              * bb-reorder.c (struct reorder_block_def): Member succ removed.
              (REORDER_BLOCK_SUCC): Removed.
              (enum reorder_skip_type): Removed.
              (skip_insns_between_block): Renamed to skip_insns_after_block.
              Removed second argument. Removed dead code and cleaned up.
              (make_reorder_chain): Removed use of REORDER_BLOCK_SUCC.
              (reorder_basic_blocks): Remove use of REORDER_SKIP_AFTER. Removed
              second parameter to skip_insns_after_block.
      
      From-SVN: r33655
      Jason Eckhardt committed
    • configure.in (i[34567]86-*-isc*): Add t-i386bare to suppress libgcc1. · d8e7c884
      Regenerate:
      
              * configure.in (i[34567]86-*-isc*) [tmake_file]: Add t-i386bare
              to suppress libgcc1.
              (i[34567]86-*-sco3.2v5*) Likewise.
              (i[34567]86-*-sco3.2v4*) Likewise.
              (i[34567]86-*-sco) Likewise.
              (i[34567]86-*-solaris2) Likewise.
              (i[34567]86-*-sysv5*) Likewise.
              (i[34567]86-*-sysv4*) Likewise.
              (i[34567]86-*-udk*) Likewise.
              (i[34567]86-*-sysv*) Likewise.
      
      From-SVN: r33654
      Robert Lipe committed
    • configure.in (i[34567]86-*-isc*): Add t-i386bare to suppress libgcc1. · a5598a06
              * configure.in (i[34567]86-*-isc*) [tmake_file]: Add t-i386bare
              to suppress libgcc1.
              (i[34567]86-*-sco3.2v5*) Likewise.
              (i[34567]86-*-sco3.2v4*) Likewise.
              (i[34567]86-*-sco) Likewise.
              (i[34567]86-*-solaris2) Likewise.
              (i[34567]86-*-sysv5*) Likewise.
              (i[34567]86-*-sysv4*) Likewise.
              (i[34567]86-*-udk*) Likewise.
              (i[34567]86-*-sysv*) Likewise.
      
      From-SVN: r33653
      Robert Lipe committed
    • Remove conflict indicator · 15f5aab6
      From-SVN: r33652
      Richard Kenner committed
    • * tree.c (staticp, case LABEL_DECL): New case. · 1c12c179
      From-SVN: r33651
      Richard Kenner committed
  2. 03 May, 2000 26 commits