1. 04 May, 2000 7 commits
    • 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 29 commits
  3. 02 May, 2000 4 commits