OSDN Git Service

* gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 1cdf4aa..2f81f4c 100644 (file)
@@ -1,3 +1,274 @@
+2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
+
+       * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
+
+2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
+
+       * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
+       (g++_link_flags): Likewise.
+       (g++_init): Pass gccpath's value to two previous functions.
+
+2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
+       Ensure logfile entry matches exec command line.
+
+2001-05-31  Richard Henderson  <rth@redhat.com>
+
+       * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
+       * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
+
+2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
+
+       * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
+       compiler for irix6.2
+
+2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.old-deja/g++.other/optimize3.C: New file.
+
+2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
+
+       * gcc.c-torture/compile/20010518-2.x: New file to compile, not
+       assemble.
+
+2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.old-deja/g++.other/optimize2.C: New file.
+
+2001-05-25  Diego Novillo  <dnovillo@redhat.com>
+
+       * gcc.c-torture/compile/20010518-2.c: New file.
+       * gcc.c-torture/execute/20010518-1.c: New file.
+       * gcc.c-torture/execute/20010518-2.c: New file.
+
+2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
+
+2001-05-24  Mark Mitchell  <mark@codesourcery.com>
+
+       G++ no longer defines builtins that do not begin with __builtin.
+       * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
+       * g++.old-deja/g++.brendand/misc13.C: Likewise.
+       * g++.old-deja/g++.law/builtin1.C: Likewise.
+       * g++.old-deja/g++.law/cvt2.C: Likewise.
+       * g++.old-deja/g++.mike/net5.C: Likewise.
+       * g++.old-deja/g++.other/builtins1.C: Likewise.
+       * g++.old-deja/g++.other/builtins2.C: Likewise.
+       * g++.old-deja/g++.other/builtins3.C: Likewise.
+       * g++.old-deja/g++.other/builtins4.C: Likewise.
+       * g++.old-deja/g++.other/inline8.C: Likewise.
+       * g++.old-deja/g++.robertl/eb39.C: Likewise.
+
+2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.old-deja/g++.pt/using1.C: Adjust.
+       * g++.old-deja/g++.pt/using2.C: New test.
+
+2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * gcc.dg/cpp/charconst.c: New tests.
+       * gcc.dg/cpp/escape.c: New tests.
+       * gcc.dg/cpp/escape-1.c: New tests.
+       * gcc.dg/cpp/escape-2.c: New tests.
+       * gcc.dg/cpp/ucs.c: New tests.
+
+2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
+
+       * gcc.misc-tests/linkage.exp:  Pass appropriate flags to 
+       native compiler for irix6.5.
+
+Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
+
+       * lib/g++.exp (g++_include_flags): Use args to compute
+       get_multilibs.
+       (g++_link_flags): Likewise.
+       (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
+
+2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * gcc.dg/c90-hexfloat-1.c: Add more tests.
+
+2001-05-21  Geoff Keating  <geoffk@redhat.com>
+
+       * gcc.c-torture/compile/920520-1.x: Merge previous contents into
+       this file.
+
+2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
+       STACK_SIZE;
+       * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
+       to STACK_SIZE; Use it to define size of add_histo array.
+       * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according 
+       to STACK_SIZE.
+       (f): Use GITT_SIZE to define size of gitt local table.
+       * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according 
+       to STACK_SIZE; Use it to define size of bytemem array.
+
+2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * gcc.c-torture/compile/20000804-1.x: New file, this test fails
+       on 68HC11/HC12 due to the asm instruction.
+       * gcc.c-torture/compile/20001205-1.x: New file, ditto.
+       * gcc.c-torture/compile/920520-1.x: Likewise.
+       * gcc.c-torture/compile/20001226-1.x: New file, this test fails
+       on 68HC11/HC12 because the function is larger than 64K.
+       * gcc.c-torture/compile/961203-1.x: New file, this test fails
+       on 68HC11/HC12 because the structure is too large.
+
+2001-05-20  Richard Henderson  <rth@redhat.com>
+
+       * gcc.c-torture/execute/20010520-1.c: New.
+
+2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * g++.old-deja/g++.warn/compare1.C: New test.
+       * gcc.dg/compare4.c: New test.
+
+2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.old-deja/g++.other/optimize1.C: New test.
+
+2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
+
+       * g++.old-deja/g++.pt/spec41.C: New test.
+
+2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * gcc.c-torture/compile/20010114-1.x: Remove.
+
+2001-05-18  Stan Shebs  <shebs@apple.com>
+
+       * gcc.c-torture/compile/20010518-1.c: New test.
+
+2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
+       * g++.old-deja/g++.pt/crash67.C: New test.
+
+2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
+
+       * g++.old-deja/g++.other/debug9.C: New test.
+
+2001-05-16  Zack Weinberg  <zackw@stanford.edu>
+
+       * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
+
+Wed May 16 20:33:57 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * gcc.c-torture/compile/20010516-1.c: New test.
+
+2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.old-deja/g++.other/crash41.C: New test.
+
+2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.old-deja/g++.pt/crash66.C: New test.
+
+2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * g++.old-deja/g++.robertl/eb27.C: Convert.
+
+2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * g++.dg/friend-warn.C: New test.  Do not warn about friend
+       declaration being redundant.
+
+2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
+
+       * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
+
+2001-05-14  Mark Mitchell  <mark@codesourcery.com>
+
+       * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
+
+2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * lib/g++.exp: Use testsuite_flags.
+       
+2001-05-13  Mark Mitchell  <mark@codesourcery.com>
+
+       * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
+
+2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
+
+2001-05-11  Mark Mitchell  <mark@codesourcery.com>
+
+       * lib/objc.exp: Add -lposix4 on Solaris 2.8.
+
+2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * gcc.c-torture/compile/20010313-1.c: New test.
+
+2001-05-09  Zack Weinberg  <zackw@stanford.edu>
+
+       * gcc.dg/cpp/direct2.c: New test.
+       * gccq.dg/cpp/direct2s.c: New test.
+
+       * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
+
+2001-05-07  Mark Mitchell  <mark@codesourcery.com>
+
+       * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
+       * g++.old-deja/g++.other/op3.C: Likewise.
+
+2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * gcc.dg/cpp/syshdr.h: New file.
+       * gcc.dg/cpp/sysmac1.c: Update.
+       * gcc.dg/cpp/sysmac2.c: Update.
+
+2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
+
+2001-05-04  David Edelsohn  <edelsohn@gnu.org>
+
+       * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
+       gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
+
+2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
+
+2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
+
+       * lib/g++.exp (g++_include_flags): Don't use any special flags
+       if TESTING_IN_BUILD_TREE is not defined.
+       (g++_init): Use a plain 'c++' as the compiler if
+       TESTING_IN_BUILD_TREEE is not defined.
+
+2001-05-02  Jakub Jelinek  <jakub@redhat.com>
+
+       * g++.old-deja/g++.eh/catch13.C: New test.
+       * g++.old-deja/g++.eh/catch14.C: New test.
+
+2001-05-02  Jakub Jelinek  <jakub@redhat.com>
+
+       * gcc.dg/cpp/tr-define.c: New test.
+
+2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
+
+       * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
+       <stdlib.h>, not <malloc.h>.
+
+2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.old-deja/g++.ns/template17.C: New test.
+
+2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.old-deja/g++.pt/ref4.C: New test.
+
+2001-04-30  Richard Henderson  <rth@redhat.com>
+
+       * gcc.dg/20000724-1.c: Revert last change.
+
 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
 
        * g77.f-torture/execute/20010430.f: New test.
@@ -57,8 +328,7 @@ Thu Apr 26 11:15:12 2001  Jeffrey A Law  (law@cygnus.com)
 
 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
 
-       * c-format.c (check_format_info_recurse): Handle
-       PLUS_EXPR for format string.
+       * gcc.dg/format/plus-1.c: New test.
 
 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
 
@@ -131,7 +401,7 @@ Thu Apr 26 11:15:12 2001  Jeffrey A Law  (law@cygnus.com)
        * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
 
 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
-       
+
        * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
        * g++.old-deja/g++.abi/crash1.C: New test.
 
@@ -149,7 +419,7 @@ Thu Apr 26 11:15:12 2001  Jeffrey A Law  (law@cygnus.com)
 
 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
 
-        * g++.old-deja/g++.robertl/eb42.C: Same.
+       * g++.old-deja/g++.robertl/eb42.C: Same.
 
 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
@@ -414,9 +684,9 @@ Fri Apr  6 15:36:15 2001  J"orn Rennecke <amylaar@redhat.com>
 
 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
 
-        * objc/execute/string1.m, objc/execute/string2.m: Compare the
-        result of -cString against what we expect it to be; don't just
-        print it out for no one to read.
+       * objc/execute/string1.m, objc/execute/string2.m: Compare the
+       result of -cString against what we expect it to be; don't just
+       print it out for no one to read.
 
        * objc/execute/string3.m, objc/execute/string4.m: New tests.
        Based on testcases provided by Nicola Pero.
@@ -490,8 +760,8 @@ Wed Feb 21 12:38:22 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
 
 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
 
-        * g++.old-deja/g++.other/lookup22.C: New test.
-       
+       * g++.old-deja/g++.other/lookup22.C: New test.
+
 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
 
        * g77.dg: New directory.
@@ -506,7 +776,7 @@ Wed Feb 21 12:38:22 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
 
        * g++.old-deja/g++.other/decl9.C: New test.
-       
+
 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
 
        * g++.old-deja/g++.other/init16.C: Update the test so that it does
@@ -620,7 +890,7 @@ Wed Feb  7 09:54:47 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
 
 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-        * gcc.dg/cpp/avoidpaste1.c: Update.
+       * gcc.dg/cpp/avoidpaste1.c: Update.
 
 Tue Feb  5 8:53:33 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
 
@@ -662,7 +932,7 @@ Tue Feb  5 8:53:33 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
 
 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-        * gcc.dg/cpp/avoidpaste2.c: New tests.
+       * gcc.dg/cpp/avoidpaste2.c: New tests.
 
 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
 
@@ -683,12 +953,12 @@ Wed Jan 31 12:23:32 2001  J"orn Rennecke <amylaar@redhat.com>
 
 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-        * gcc.dg/cpp/tr-warn1.c: Add tests.
+       * gcc.dg/cpp/tr-warn1.c: Add tests.
 
 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-        * gcc.dg/cpp/avoidpaste1.c: Update.
-        * gcc.dg/cpp/paste4.c: Update.
+       * gcc.dg/cpp/avoidpaste1.c: Update.
+       * gcc.dg/cpp/paste4.c: Update.
 
 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
 
@@ -714,7 +984,7 @@ Wed Jan 31 12:23:32 2001  J"orn Rennecke <amylaar@redhat.com>
 
 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-        * gcc.dg/cpp/avoidpaste1.c: Test case.
+       * gcc.dg/cpp/avoidpaste1.c: Test case.
 
 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
 
@@ -830,7 +1100,7 @@ Wed Jan 31 12:23:32 2001  J"orn Rennecke <amylaar@redhat.com>
 
 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-        * gcc.dg/cpp/assembl2.S: New test case.
+       * gcc.dg/cpp/assembl2.S: New test case.
 
 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
 
@@ -870,9 +1140,9 @@ Wed Jan 31 12:23:32 2001  J"orn Rennecke <amylaar@redhat.com>
 
 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-        * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we 
-        have an equivalent working one below it.
-         
+       * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
+       have an equivalent working one below it.
+
 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
 
        * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
@@ -914,8 +1184,8 @@ Wed Jan 31 12:23:32 2001  J"orn Rennecke <amylaar@redhat.com>
 
 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-        * gcc.dg/cpp/widestr1.c: Update.
-        * gcc.dg/cpp/prag-imp.c: Remove.
+       * gcc.dg/cpp/widestr1.c: Update.
+       * gcc.dg/cpp/prag-imp.c: Remove.
 
 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
 
@@ -962,7 +1232,7 @@ Wed Jan 31 12:23:32 2001  J"orn Rennecke <amylaar@redhat.com>
 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
 
        * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
-       
+
 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
 
        * g++.old-deja/g++.pt/error3.C: New test.
@@ -978,17 +1248,17 @@ Wed Jan 31 12:23:32 2001  J"orn Rennecke <amylaar@redhat.com>
 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
 
        * gcc.dg/20000419-2.c: Move to "special" subdirectory.
-        * gcc.dg/special/20000419-2.c: New file. Identical to above.
-        * gcc.dg/special/special.exp: New test driver which will check
-        for alias support for the above test.
+       * gcc.dg/special/20000419-2.c: New file. Identical to above.
+       * gcc.dg/special/special.exp: New test driver which will check
+       for alias support for the above test.
 
 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
 
        * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
        problems on small machines.
        * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
-       parameterize. 
-       
+       parameterize.
+
 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
 
        * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
@@ -1173,7 +1443,7 @@ Thu Jan  4 13:54:11 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
 
        * lib/target-supports.exp (check_alias_available): Modified to
-       indicate aliases not supported if only weak aliases are supported. 
+       indicate aliases not supported if only weak aliases are supported.
 
 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
@@ -1306,12 +1576,12 @@ Thu Dec 21 22:43:03 2000  J"orn Rennecke <amylaar@redhat.com>
 
 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-        * gcc.dg/cpp/multiline.c: New test.
+       * gcc.dg/cpp/multiline.c: New test.
 
 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-        * g++.old-deja/g++.other/syshdr1.C: Update.
-        * gcc.dg/cpp/lineflags.c: Remove temporarily.
+       * g++.old-deja/g++.other/syshdr1.C: Update.
+       * gcc.dg/cpp/lineflags.c: Remove temporarily.
 
 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
 
@@ -1359,7 +1629,7 @@ Thu Dec 21 22:43:03 2000  J"orn Rennecke <amylaar@redhat.com>
 
 2000-12-11  Neil Booth  <neilb@earthling.net>
 
-        * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
+       * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
 
 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
 
@@ -1367,10 +1637,10 @@ Thu Dec 21 22:43:03 2000  J"orn Rennecke <amylaar@redhat.com>
 
 2000-12-09  Neil Booth  <neilb@earthling.net>
 
-        * gcc.dg/cpp/lineflags.c: New tests.
-        * gcc.dg/cpp/poison.c: Update.
-        * gcc.dg/cpp/redef2.c: Update.
-        * gcc.dg/cpp/skipping.c: New test.
+       * gcc.dg/cpp/lineflags.c: New tests.
+       * gcc.dg/cpp/poison.c: Update.
+       * gcc.dg/cpp/redef2.c: Update.
+       * gcc.dg/cpp/skipping.c: New test.
 
 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
 
@@ -1378,12 +1648,12 @@ Thu Dec 21 22:43:03 2000  J"orn Rennecke <amylaar@redhat.com>
 
 2000-12-07  Neil Booth  <neilb@earthling.net>
 
-        * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
-        wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
-        wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
-        wtr-union-init-2.c, wtr-union-init-3.c: Update.
-        * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
-        Update.
+       * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
+       wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
+       wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
+       wtr-union-init-2.c, wtr-union-init-3.c: Update.
+       * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
+       Update.
 
 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
 
@@ -1458,8 +1728,8 @@ Thu Dec 21 22:43:03 2000  J"orn Rennecke <amylaar@redhat.com>
 
 2000-12-04  Neil Booth  <neilb@earthling.net>
 
-        * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
-        New tests.
+       * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
+       New tests.
 
 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
@@ -1472,7 +1742,7 @@ Thu Dec 21 22:43:03 2000  J"orn Rennecke <amylaar@redhat.com>
 
 2000-12-03  Neil Booth  <neilb@earthling.net>
 
-        * gcc.dg/cpp/macro6.c: New test cases.
+       * gcc.dg/cpp/macro6.c: New test cases.
 
 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
@@ -1492,19 +1762,19 @@ Thu Dec 21 22:43:03 2000  J"orn Rennecke <amylaar@redhat.com>
 
 2000-12-02  Neil Booth  <neilb@earthling.net>
 
-        * g++.old-deja/g++.other/externC4.C,
-        g++.old-deja/g++.other/friend10.C: New tests.
+       * g++.old-deja/g++.other/externC4.C,
+       g++.old-deja/g++.other/friend10.C: New tests.
 
 2000-12-02  Neil Booth  <neilb@earthling.net>
 
-        * g++.old-deja/g++.other/instan2.C
-        * g++.old-deja/g++.other/instan3.C: New test.
+       * g++.old-deja/g++.other/instan2.C
+       * g++.old-deja/g++.other/instan3.C: New test.
 
 2000-12-02  Neil Booth  <neilb@earthling.net>
 
-        * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
-        c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
-        gnuc99.c,gnuc99-pedantic.c: New tests.
+       * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
+       c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
+       gnuc99.c,gnuc99-pedantic.c: New tests.
 
 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
 
@@ -1513,9 +1783,9 @@ Thu Dec 21 22:43:03 2000  J"orn Rennecke <amylaar@redhat.com>
 
 2000-12-01  Neil Booth  <neilb@earthling.net>
 
-        * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
-        * gcc.dg/cpp/poison.c: Update.
-        * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
+       * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
+       * gcc.dg/cpp/poison.c: Update.
+       * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
 
 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
 
@@ -1671,7 +1941,7 @@ Thu Dec 21 22:43:03 2000  J"orn Rennecke <amylaar@redhat.com>
 
 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
 
-        * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
+       * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
 
 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
 
@@ -1691,7 +1961,7 @@ Thu Dec 21 22:43:03 2000  J"orn Rennecke <amylaar@redhat.com>
 
 2000-11-21  Neil Booth  <neilb@earthling.net>
 
-        * gcc.dg/cpp/integrated1.c: Remove.
+       * gcc.dg/cpp/integrated1.c: Remove.
 
 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
 
@@ -1717,8 +1987,8 @@ Thu Dec 21 22:43:03 2000  J"orn Rennecke <amylaar@redhat.com>
 
 2000-11-20  Neil Booth  <neilb@earthling.net>
 
-        * gcc.dg/cpp/paste2.c: Update test.
-        * objc/execute/paste.m: New test.
+       * gcc.dg/cpp/paste2.c: Update test.
+       * objc/execute/paste.m: New test.
 
 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
 
@@ -1797,8 +2067,8 @@ Thu Dec 21 22:43:03 2000  J"orn Rennecke <amylaar@redhat.com>
 
 2000-11-15  Neil Booth  <neilb@earthling.net>
 
-        gcc.dg/cpp/_Pragma1.c: Update.
-        gcc.dg/cpp/_Pragma2.c: New test.
+       gcc.dg/cpp/_Pragma1.c: Update.
+       gcc.dg/cpp/_Pragma2.c: New test.
 
 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
 
@@ -1982,7 +2252,7 @@ Thu Dec 21 22:43:03 2000  J"orn Rennecke <amylaar@redhat.com>
 
 2000-11-04  Neil Booth  <neilb@earthling.net>
 
-        * gcc.dg/cpp/include2.c: New tests.
+       * gcc.dg/cpp/include2.c: New tests.
 
 Fri Nov  3 13:32:14 2000  Mark P Mitchell  <mark@codesourcery.com>
 
@@ -2036,7 +2306,7 @@ Fri Nov  3 13:32:14 2000  Mark P Mitchell  <mark@codesourcery.com>
 
 2000-10-29  Neil Booth  <neilb@earthling.net>
 
-        * gcc.dg/cpp/macro4.c, macro5.c: New tests.
+       * gcc.dg/cpp/macro4.c, macro5.c: New tests.
        * mi1.c, mi1c.h: Add null directives to multiple-include test.
        * mi5.c: Test multiple includes work with -C.
        * trigraphs.c: Test ^= version.
@@ -2285,7 +2555,7 @@ Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
 
 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
 
-        * gcc.c-torture/compile/20000923-1.c: New test.
+       * gcc.c-torture/compile/20000923-1.c: New test.
 
 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
 
@@ -2417,7 +2687,7 @@ Tue Sep 12 18:32:07 2000  J"orn Rennecke <amylaar@redhat.co.uk>
 
 2000-09-07  Catherine Moore  <clm@redhat.com>
 
-        * gcc.c-torture/execute/unroll-1.c: New test.
+       * gcc.c-torture/execute/unroll-1.c: New test.
 
 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>