OSDN Git Service

* cppmacro.c: Don't warn about function-like macros without
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index d66527d..eccae63 100644 (file)
@@ -1,3 +1,114 @@
+2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
+
+       * gcc.dg/cpp/tr-warn2.c: Update.
+
+2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
+
+       * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
+
+2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
+
+       * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
+       systems.
+
+2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * gcc.c-torture/execute/ieee/mzero3.c: New test.
+
+       * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
+       Adjust for c++filt moved to binutils.  Remove spurious duplicate
+       setting of cxxfilt.
+
+2002-09-19  Geoffrey Keating  <geoffk@apple.com>
+
+       * gcc.dg/20020312-2.c: Update for darwin.
+
+2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.old-deja/g++.other/crash32.C: Mark ICE.
+
+Tue Sep 17 13:59:45 2002  Nicola Pero  <n.pero@mi.flashnet.it>
+
+       * objc.dg/comp-types-1.m: New test.
+       * objc.dg/comp-types-2.m: New test.
+       * objc.dg/comp-types-3.m: New test.
+       * objc.dg/comp-types-4.m: New test.
+       * objc.dg/comp-types-5.m: New test.
+       * objc.dg/comp-types-6.m: New test.     
+
+2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
+
+2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.dg/other/do1.C: New test.
+       
+       * g++.dg/template/subst1.C: New test.
+       
+2002-09-16  Steve Ellcey  <sje@cup.hp.com>
+
+       * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
+
+2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.dg/template/qualttp20.C: Adjust expected errors.
+       * g++.old-deja/g++.jason/report.C: Likewise.
+       * g++.old-deja/g++.other/qual1.C: Likewise.
+
+       * g++.dg/lookup/scoped2.C: New test.
+
+       * g++.dg/ext/asm3.C: New test.
+
+2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
+
+       * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
+
+2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * ChangeLog: follow spelling conventions.
+       * g++.old-deja/g++.abi/ptrmem.C: Likewise.
+       * g++.old-deja/g++.bugs/900210_05.C: Likewise.
+       * g++.old-deja/g++.bugs/900211_04.C: Likewise.
+       * g++.old-deja/g++.bugs/900321_02.C: Likewise.
+       * g++.old-deja/g++.bugs/900404_02.C: Likewise.
+       * g++.old-deja/g++.bugs/900520_06.C: Likewise.
+       * g++.old-deja/g++.law/global-init1.C: Likewise.
+       * g++.old-deja/g++.other/delete4.C: Likewise.
+       * g++.old-deja/g++.other/inline21.C: Likewise.
+       * g++.old-deja/g++.other/singleton.C: Likewise.
+       * g77.dg/strlen0.f: Likewise.
+       * g77.f-torture/compile/20010519-1.f: Likewise.
+       * g77.f-torture/compile/980310-4.f: Likewise.
+       * gcc.c-torture/compile/20000605-1.c: Likewise.
+       * gcc.c-torture/execute/20020225-1.c: Likewise.
+       * gcc.dg/c90-hexfloat-2.c: Likewise.
+       * gcc.dg/c99-bool-1.c: Likewise.
+       * gcc.dg/c99-hexfloat-2.c: Likewise.
+       * gcc.dg/dll-2.c: Likewise.
+       * gcc.dg/wtr-union-init-1.c: Likewise.
+       * gcc.dg/wtr-union-init-2.c: Likewise.
+       * gcc.dg/wtr-union-init-3.c: Likewise.
+       * gcc.dg/cpp/avoidpaste1.c: Likewise.
+       * gcc.dg/cpp/defined.c: Likewise.
+       * gcc.dg/cpp/macsyntx.c: Likewise.
+       * gcc.dg/cpp/paste2.c: Likewise.
+       * gcc.dg/cpp/trad/defined.c: Likewise.
+       * gcc.dg/format/c90-printf-1.c: Likewise.
+       * gcc.dg/format/c90-scanf-1.c: Likewise.
+       * gcc.dg/format/c99-printf-1.c: Likewise.
+       * gcc.dg/format/c99-scanf-1.c: Likewise.
+       * gcc.misc-tests/gcov-8.c: Likewise.
+       * lib/profopt.exp: Likewise.
+
+2002-09-15  Krister Walfridsson  <cato@df.lth.se>
+
+       * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
+
+2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.dg/inherit/using2.C: New test.
+
 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
 
        * ChangeLog: Follow spelling conventions.
@@ -302,7 +413,7 @@ Tue Aug 27 22:23:22 2002  Nicola Pero  <n.pero@mi.flashnet.it>
 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
 
        * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
-       for documented behaviour.
+       for documented behavior.
 
 2002-07-25  Roger Sayle  <roger@eyesopen.com>
 
@@ -2733,7 +2844,7 @@ Wed Jan  9 14:03:20 2002  Jeffrey A Law  (law@redhat.com)
 
 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
 
-       * gcc.dg/gnu89-init-1.c: Adjust for the new behaviour, add some
+       * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
        additional tests.
 
 2001-12-27  Roger Sayle <roger@eyesopen.com>