OSDN Git Service

* c-decl.c (grokdeclarator): Make error for duplicate type
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index f97570f..a205a79 100644 (file)
@@ -1,3 +1,376 @@
+2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+       * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
+
+2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * lib/compat.exp (compat-execute): Fix logic error in last
+       change.
+
+2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
+
+       * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
+
+2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
+
+       PR c++/8389
+       * g++.dg/template/access6.C: New test.
+
+Fri Nov  8 10:52:15 CET 2002  Jan Hubicka  <jh@suse.cz>
+
+       * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
+
+2002-11-07  Mark Mitchell  <mark@codesourcery.com>
+
+       * g++.dg/abi/vthunk3.C: New test.
+
+       PR c++/8338
+       * g++.dg/template/crash2.C: New test.
+
+2002-11-07  Mark Mitchell  <mark@codesourcery.com>
+
+       * testsuite/g++.dg/abi/dtor1.C: New test.
+       * testsuite/g++.dg/abi/dtor2.C: Likewise.
+
+2002-11-05  Geoffrey Keating  <geoffk@apple.com>
+
+       * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
+       Darwin.
+
+2002-11-04  Adam Nemet  <anemet@lnxw.com>
+
+       * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
+       -mthumb.  Only xfail with -O0.
+
+2002-11-03  Mark Mitchell  <mark@codesourcery.com>
+
+       * g++.dg/abi/thunk1.C: New test.
+       * g++.dg/abi/thunk2.C: Likewise.
+       * g++.dg/abi/vtt1.C: Likewise.
+
+2002-11-02  Diego Novillo  <dnovillo@redhat.com>
+
+       PR optimization/8423
+       * gcc.c-torture/execute/builtin-constant.c: New test.
+
+2002-11-01  Zack Weinberg  <zack@codesourcery.com>
+
+       * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
+       Add some more cases.
+
+2002-11-01  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/8391
+       * g++.dg/opt/local1.C: New test.
+
+2002-10-30  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/8160
+       * g++.dg/template/complit1.C: New test.
+
+       PR c++/8149
+       * g++.dg/template/typename4.C: Likewise.
+
+2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
+
+       Core issue 287, PR c++/7639
+       * g++.dg/template/instantiate1.C: Adjust error location.
+       * g++.dg/template/instantiate3.C: New test.
+       * g++.old-deja/g++.pt/crash10.C: Adjust error location.
+       * g++.old-deja/g++.pt/derived3.C: Adjust error location.
+       * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
+
+2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * lib/compat.exp (compat-execute): Don't clean out a gluefile.
+
+2002-10-29  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/8287
+       * g++.dg/init/dtor2.C: New test.
+
+2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
+       * gcc.dg/nest.c: Bypass errors on irix6.
+
+2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * gcc.dg/nest.c: Expect error for mmix-*-*.
+       * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
+
+2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
+       markers.
+
+       * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
+
+2002-10-25  Mike Stump  <mrs@apple.com>
+
+       * gcc.dg/warn-1.c: New test.
+
+2002-10-25  Zack Weinberg  <zack@codesourcery.com>
+
+       * g++.dg/template/typename3.C: New test.
+
+2002-10-25  Mark Mitchell  <mark@codesourcery.com>
+
+       * g++.dg/lookup/ptrmem1.C: New test.
+
+       * g++.dg/abi/vthunk2.C: New test.
+
+2002-10-25  Zack Weinberg  <zack@codesourcery.com>
+
+       * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
+
+2002-10-24  Mark Mitchell  <mark@codesourcery.com>
+
+       * g++.dg/abi/empty9.C: New test.
+
+2002-10-24  Richard Henderson  <rth@redhat.com>
+
+       * g++.dg/inherit/thunk1.C: Enable for ia64.
+
+2002-10-23  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/8067
+       * g++.dg/lookup/pretty1.C: New test.
+
+2002-10-23  Jakub Jelinek  <jakub@redhat.com>
+
+       * gcc.dg/20021023-1.c: New test.
+
+2002-10-23  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/7679
+       * g++.dg/parse/inline1.C: New test.
+
+2002-10-23  Richard Henderson  <rth@redhat.com>
+
+       * g++.dg/inherit/thunk1.C: Enable for x86_64.
+
+       * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
+
+2002-10-22  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/6579
+       * g++.dg/parse/stmtexpr3.C: New test.
+
+2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.dg/expr/cond1.C: New test.
+
+2002-10-21  Mark Mitchell  <mark@codesourcery.com>
+
+       * g++.dg/abi/vbase13.C: New test.
+       * g++.dg/abi/vbase14.C: Likewise.
+
+2002-10-21  Jakub Jelinek  <jakub@redhat.com>
+
+       * gcc.dg/tls/pic-1.c: New test.
+       * gcc.dg/tls/nonpic-1.c: New test.
+       * gcc.dg/20021018-1.c: New test.
+
+2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
+       Remove only files with the same base name as the test case.
+       (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
+       (profopt-execute): Likewise.  Also, remove old profiling
+       and performance data files before running the tests.
+
+       * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
+       * g++.dg/bprob/bprob.exp: Likewise.
+       * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
+       to allow more general test case names.
+
+       * g++.dg/bprob/bprob-1.C: Rename to ...
+       * g++.dg/bprob/g++-bprob-1.C: ... this.
+
+       * g77.dg/bprob/bprob-1.f: Rename to ...
+       * g77.dg/bprob/g77-bprob-1.f: ... this.
+
+2002-10-21  Zack Weinberg  <zack@codesourcery.com>
+
+       * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
+       bison 1.50 or later.
+
+2002-10-21  Janis Johnson  <janis187@us.ibm.com>
+
+       * g++.dg/README: Describe more test directories.
+
+2002-10-21  Mark Mitchell  <mark@codesourcery.com>
+
+       * g++.dg/init/array6.C: Add additional tests.
+
+2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
+       * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
+
+2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * gcc.c-torture/compile/20020604-1.x: New.
+       * gcc.c-torture/compile/simd-5.x: Likewise.
+       * gcc.c-torture/execute/920710-1.x: Likewise.
+       * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
+
+2002-10-21  Mark Mitchell  <mark@codesourcery.com>
+
+       * g++.dg/inherit/override1.C: Add dg-options clause.
+
+2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
+
+       * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
+       _mm_slli_si128.
+
+2002-10-19  Andreas Schwab  <schwab@suse.de>
+
+       * lib/compat.exp (compat-run): Prepend "./" when $dest has no
+       directory component.
+
+2002-10-18  Mark Mitchell  <mark@codesourcery.com>
+
+       * g++.dg/inherit/thunk1.C: New test.
+
+       * g++.dg/inherit/override1.C: New test.
+
+       * g++.dg/abi/mangle11.C: New test.
+       * g++.dg/abi/mangle14.C: New test.
+       * g++.dg/abi/mangle17.C: New test.
+
+2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.dg/overload/member2.C: New test.
+
+2002-10-17  Janis Johnson  <janis187@us.ibm.com>
+
+       * g++.dg/README: Describe new compat directory.
+       * g++.dg/dg.exp: Skip tests in compat directory.
+       * README.compat: New file.
+       * lib/compat.exp: New expect script.
+       * g++.dg/compat: New test directory.
+       * g++.dg/compat/compat.exp: New expect script.
+       * g++.dg/compat/abi: New test directory.
+       * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
+       g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
+       g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
+       g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
+       g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
+       g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
+       g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
+       g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
+       g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
+       g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
+       g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
+       g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
+       * g++.dg/compat/break: New test directory.
+       * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
+       g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
+       g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
+       g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
+       g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
+       g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
+       g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
+       g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
+       g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
+       g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
+       g++.dg/compat/break/README: New files.
+       * g++.dg/compat/eh: New test directory.
+       * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
+       g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
+       g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
+       g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
+       g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
+       g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
+       g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
+       g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
+       g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
+       g++.dg/compat/eh/filter2_y.C,
+       g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
+       g++.dg/compat/eh/new1_y.C,
+       g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
+       g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
+       g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
+       g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
+       g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
+       g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
+       g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
+       g++.dg/compat/eh/unexpected1_y.C: New files.
+       * g++.dg/compat/init: New test directory.
+       * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
+       g++.dg/compat/init/array5_y.C,
+       g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
+       g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
+       g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
+       g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
+       g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
+       g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
+       g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
+       g++.dg/compat/init/init-ref2_y.C: New files.
+
+2002-10-17  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/7584
+       * g++.dg/inherit/using3.C: New test.
+
+Thu Oct 17 19:12:58 CEST 2002  Jan Hubicka  <jh@suse.cz>
+
+       * gcc.dg/20021017-2.c: New test.
+
+2002-10-17  Mark Mitchell  <mark@codesourcery.com>
+
+       * g++.dg/abi/mangle16.C: Adjust.
+
+       * g++.dg/init/array8.C: New test.
+
+2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
+
+       * gcc.dg/special/mips-abi.exp: New test.
+       * gcc.dg/special/mips-abi.s: Empty file used by the above.
+
+2002-10-16  Mark Mitchell  <mark@codesourcery.com>
+
+       * g++.dg/abi/mangle16.C: New test.
+       * g++.dg/abi/mangle17.C: Likewise.
+
+       PR c++/7478
+       * g++.dg/template/ref1.C: New test.
+
+2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
+
+2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
+
+2002-10-16  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/7524
+       * g++.dg/init/array7.C: New test.
+
+2002-10-15  Mark Mitchell  <mark@codesourcery.com>
+
+       * g++.dg/init/array6.C: New test.
+
+       * g++.dg/abi/mangle13.C: Likewise.
+       * g++.dg/abi/mangle14.C: Likewise.
+       * g++.dg/abi/mangle15.C: Likewise.
+
+2002-10-14  Mark Mitchell  <mark@codesourcery.com>
+
+       * g++.dg/abi/empty8.C: New test.
+
+2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.dg/init/ctor1.C: New test.
+
+2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * gcc.c-torture/execute/20021015-1.c: New test.
+
 Tue Oct 15 14:22:41 2002  J"orn Rennecke <joern.rennecke@superh.com>
 
        * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
@@ -30,7 +403,7 @@ Mon Oct 14 20:37:51 CEST 2002  Jan Hubicka  <jh@suse.cz>
        PR c++/5661
        * g++.dg/ext/vlm1.C: New test.
        * g++.dg/ext/vlm2.C: Likewise.
-       
+
        * g++.dg/init/array1.C: Remove invalid braces.
        * g++.dg/init/brace1.C: New test.
        * g++.dg/init/copy2.C: Likewise.
@@ -38,7 +411,7 @@ Mon Oct 14 20:37:51 CEST 2002  Jan Hubicka  <jh@suse.cz>
        * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
        * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
        braces.
-       
+
 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
 
        * gcc.dg/cpp/assembler.S: Don't use -ansi.