OSDN Git Service

PR c++/6579
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index d04c554..8635fdc 100644 (file)
@@ -1,3 +1,263 @@
+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.
+
+Mon Oct 14 20:37:51 CEST 2002  Jan Hubicka  <jh@suse.cz>
+
+       * gcc.dg/i386-ssetype-[1-5].c: New tests.
+
+2002-10-14  Richard Henderson  <rth@redhat.com>
+
+       * gcc.dg/20020219-1.c: Disable for 16-bit targets.
+
+2002-10-14  Mark Mitchell  <mark@codesourcery.com>
+
+       PR optimization/6631
+       * g++.dg/opt/const2.C: New test.
+
+2002-10-14  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/7176
+       * g++.dg/parse/friend1.C: New test.
+       * g++.old-deja/g++.pt/memtemp64.C: Adjust.
+
+2002-10-14  Jakub Jelinek  <jakub@redhat.com>
+
+       * gcc.dg/20021014-1.c: New test.
+
+2002-10-11  Mark Mitchell  <mark@codesourcery.com>
+
+       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.
+       * g++.dg/init/copy3.C: Likewise.
+       * 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.
@@ -338,6 +598,11 @@ Tue Sep 17 13:59:45 2002  Nicola Pero  <n.pero@mi.flashnet.it>
 
        * gcc.c-torture/execute/struct-cpy-1.c: New test.
 
+2002-09-13  Matt Austern  <austern@apple.com>
+
+       * testsuite/g++.dg/other/constref[12].C: New, regression tests for
+       passing a cast expression to a function by const reference.
+
 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
 
        * g++.dg/template/deduce1.C: New test.