aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/ChangeLog
diff options
context:
space:
mode:
author(no author) <(no author)@138bc75d-0d04-0410-961f-82ee72b054a4>2003-09-22 21:39:00 +0000
committer(no author) <(no author)@138bc75d-0d04-0410-961f-82ee72b054a4>2003-09-22 21:39:00 +0000
commit2e9c0dc38e2692b04281844366dbb367ae1294e1 (patch)
treee56f44693864144d87710daeab9743d4e76b6037 /gcc/testsuite/ChangeLog
parent780b7d9b87ddf306aa31c750d5eb9d96a9cb69ea (diff)
This commit was manufactured by cvs2svn to create tagobjc-improvements-candidate-20030922
'objc-improvements-candidate-20030922'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/tags/objc-improvements-candidate-20030922@71666 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/ChangeLog')
-rw-r--r--gcc/testsuite/ChangeLog1188
1 files changed, 1174 insertions, 14 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 4dd76b7ace2..f76ae98db5f 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,1163 @@
+2003-09-19 Ziemowit Laski <zlaski@apple.com>
+
+ PR objc/12262
+ * objc.dg/method-12.m: New test.
+ PR objc/12309
+ * objc.dg/missing-proto-3.m: New test.
+
+2003-09-21 Andrew Pinski <pinskia@physics.uc.edu>
+
+ PR target/12281
+ * gcc.c-torture/compile/20030921-1.c: New test.
+
+2003-09-22 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ * g++.dg/opt/reg-stack2.C: New test.
+
+2003-09-21 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
+
+ * g++.dg/eh/delayslot1.C: New test.
+
+2003-09-20 Richard Henderson <rth@redhat.com>
+
+ * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
+
+2003-09-20 Roger Sayle <roger@eyesopen.com>
+
+ * gcc.c-torture/execute/20030920-1.c: New test case.
+
+2003-09-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
+
+ * g++.dg/rtti/typeid3.C: Correct expected error message.
+
+2003-09-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
+
+ PR c++/157
+ * g++.dg/parse/crash12.C: New test.
+
+2003-09-19 Janis Johnson <janis187@us.ibm.com>
+
+ * gcc.dg/compat/mixed-struct-check.h: New.
+ * gcc.dg/compat/mixed-struct-defs.h: New.
+ * gcc.dg/compat/mixed-struct-init.h: New.
+ * gcc.dg/compat/struct-by-value-19_main.c: New.
+ * gcc.dg/compat/struct-by-value-19_x.c: New.
+ * gcc.dg/compat/struct-by-value-19_y.c: New.
+ * gcc.dg/compat/struct-by-value-20_main.c: New.
+ * gcc.dg/compat/struct-by-value-20_x.c: New.
+ * gcc.dg/compat/struct-by-value-20_y.c: New.
+ * gcc.dg/compat/struct-return-19_main.c: New.
+ * gcc.dg/compat/struct-return-19_x.c: New.
+ * gcc.dg/compat/struct-return-19_y.c: New.
+ * gcc.dg/compat/struct-return-20_main.c: New.
+ * gcc.dg/compat/struct-return-20_x.c: New.
+ * gcc.dg/compat/struct-return-20_y.c: New.
+
+2003-09-19 Andrew Pinski <pinskia@physics.uc.edu>
+ * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
+ so that it will not complain on LP64 targets.
+
+2003-09-19 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
+
+ PR c++/495
+ * g++.dg/template/friend24.C: New test.
+
+2003-09-19 Nathan Sidwell <nathan@codesourcery.com>
+
+ PR c++/12332
+ * g++.dg/template/memtmpl2.C: New test.
+
+2003-09-18 Mark Mitchell <mark@codesourcery.com>
+
+ PR target/11184
+ * gcc.dg/builtin-apply1.c: New test.
+
+2003-09-18 Nathan Sidwell <nathan@codesourcery.com>
+
+ PR c++/9848
+ * g++.dg/warn/Wunused-4.C: New test.
+
+2003-09-18 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
+
+ PR c++/12316
+ * g++.dg/other/gc2.C: New test.
+
+2003-09-17 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/11991
+ * g++.dg/rtti/typeid3.C: New test.
+
+ PR c++/12266
+ * g++.dg/overload/template1.C: New test.
+
+2003-09-17 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ * g++.dg/opt/cfg3.C: New test.
+
+2003-09-16 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
+
+ PR c++/7939
+ * g++.dg/template/crash11.C: New test.
+
+2003-09-16 Jason Merrill <jason@redhat.com>
+ Jakub Jelinek <jakub@redhat.com>
+
+ * gcc.dg/attr-warn-unused-result.c: New test.
+
+2003-09-15 Nathan Sidwell <nathan@codesourcery.com>
+
+ PR c++/12184
+ * g++.dg/expr/call2.C: New test.
+
+2003-09-15 Andreas Jaeger <aj@suse.de>
+
+ * gcc.dg/Wold-style-definition-1.c: New test.
+
+2003-09-14 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/3907
+ * g++.dg/parse/template12.C: New test.
+
+ * g++.dg/abi/bitfield11.C: New test.
+ * g++.dg/abi/bitfield12.C: Likewise.
+
+2003-09-14 Alexandre Oliva <aoliva@redhat.com>
+
+ * gcc.dg/cpp/separate-1.c: Adjust line of error. Test for correct
+ non-expansion of functional macro name without arguments at EOL.
+ * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change. Likewise.
+
+2003-09-14 Richard Sandiford <rsandifo@redhat.com>
+
+ * gcc.c-torture/execute/20030914-[12].c: New tests.
+
+2003-09-11 Nathan Sidwell <nathan@codesourcery.com>
+
+ PR c++/11788
+ * g++.dg/overload/addr1.C: New test.
+
+2003-09-10 Ian Lance Taylor <ian@wasabisystems.com>
+
+ * gcc.dg/20030909-1.c: New test.
+
+2003-09-10 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ * gcc.dg/ultrasp10.c: New test.
+
+2003-09-09 Devang Patel <dpatel@apple.com>
+
+ * gcc.dg/darwin-ld-6.c: New test.
+
+2003-09-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * gcc.dg/torture/builtin-explog-1.c: New testcase.
+
+2003-09-08 Mark Mitchell <mark@codesourcery.com>
+
+ * gcc.dg/ia64-types1.c: New test.
+ * gcc.dg/ia64-types2.c: Likewise.
+
+2003-09-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * gcc.dg/builtins-1.c: Add more _Complex tests.
+ * gcc.dg/torture/builtin-attr-1.c: Likewise.
+
+ * gcc.dg/builtins-1.c: Test existing _Complex functions.
+ * gcc.dg/torture/builtin-attr-1.c: Likewise.
+
+2003-09-08 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/11786
+ * g++.dg/lookup/koenig2.C: New test.
+
+ PR c++/5296
+ * g++.dg/rtti/typeid2.C: New test.
+
+2003-09-08 Jakub Jelinek <jakub@redhat.com>
+
+ * gcc.c-torture/compile/20030904-1.c: New test.
+
+2003-09-07 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ * g++.dg/opt/longbranch2.C: New test.
+
+2003-09-07 Andrew Pinski <pinskia@physics.uc.edu>
+
+ * g++.dg/template/crash10.C: Only compile it.
+
+2003-09-07 Andrew Pinski <pinskia@physics.uc.edu>
+
+ PR middle-end/11665
+ * gcc.c-torture/compile/20030907-1.c: New test.
+ * g++.dg/init/array11.C: New test.
+
+2003-09-07 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/11852
+ * g++.dg/init/struct1.C: New test.
+
+2003-09-07 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/12181
+ * g++.dg/expr/comma1.C: New test.
+
+2003-09-06 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/11867
+ * g++.dg/expr/static_cast5.C: New test.
+
+2003-09-06 Andrew Pinski <pinskia@physics.uc.edu>
+
+ PR c++/11507
+ * g++.dg/lookup/scoped7.C: New test.
+
+ PR c++/9574
+ * g++.dg/other/static1.C: New test.
+
+ PR c++/11490
+ * g++.dg/warn/template-1.C: New test.
+
+ PR c++/11432
+ * g++.dg/template/crash10.C: New test.
+
+ PR c++/2478
+ * g++.dg/overload/VLA.C: New test.
+
+ PR c++/10804
+ * g++.dg/template/call1.C: New test.
+
+2003-09-06 Nathan Sidwell <nathan@codesourcery.com>
+
+ PR c++/11794
+ * g++.dg/parse/using3.C: New test.
+
+2003-09-06 Roger Sayle <roger@eyesopen.com>
+
+ PR c++/11409
+ * g++.dg/overload/builtin3.C: New test case.
+
+2003-09-06 Steven Bosscher <steven@gcc.gnu.org>
+
+ PR c/9862
+ * gcc.dg/20030906-1.c: New test.
+ * gcc.dg/20030906-2.c: Likewise.
+
+2003-09-06 Nathan Sidwell <nathan@codesourcery.com>
+
+ PR c++/12167
+ * g++.dg/parse/defarg5.C: New test.
+
+ * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
+
+2003-09-05 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/12163
+ * g++.dg/expr/static_cast4.C: New test.
+
+ PR c++/12146
+ * g++.dg/template/crash9.C: New test.
+
+2003-09-05 Andrew Pinski <pinskia@physics.uc.edu>
+
+ * g++.old-deja/g++.ext/pretty2.C: Update for change
+ in __FUNCTION__.
+ * g++.old-deja/g++.ext/pretty3.C: Likewise.
+
+2003-09-05 Nathan Sidwell <nathan@codesourcery.com>
+
+ PR c++/11922
+ * g++/dg/template/qualified-id1.C: New test.
+
+ PR c++/12037
+ * g++.dg/warn/noeffect4.C: New test.
+
+2003-09-04 Matt Austern <austern@apple.com>
+
+ * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
+ * g++.dg/ext/fnname2.C: Likewise.
+ * g++.dg/ext/fnname3.C: Likewise.
+
+2003-09-04 Mark Mitchell <mark@codesourcery.com>
+
+ * g++.dg/expr/lval1.C: New test.
+ * g++.dg/ext/lvcast.C: Remove.
+
+2003-09-03 Roger Sayle <roger@eyesopen.com>
+
+ PR optimization/11700.
+ * gcc.c-torture/compile/20030903-1.c: New test case.
+
+2003-09-03 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/12053
+ * g++.dg/abi/layout4.C: New test.
+
+2003-09-02 Scott Brumbaugh <scottb.lists@verizon.net>
+
+ PR c++/11553
+ * g++.dg/parse/friend3.C: New test.
+
+2003-09-02 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/11847
+ * g++.dg/template/class1.C: New test.
+
+ PR c++/11808
+ * g++.dg/expr/call1.C: New test.
+
+2003-09-01 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/12114
+ * g++.dg/init/ref9.C: New test.
+
+ PR c++/11972
+ * g++.dg/template/nested4.C: New test.
+
+2003-08-29 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/12093
+ * g++.dg/template/non-dependent4.C: New test.
+
+ PR c++/11928
+ * g++.dg/inherit/conv1.C: New test.
+
+2003-08-29 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/6196
+ * g++.dg/ext/label1.C: New test.
+ * g++.dg/ext/label2.C: Likewise.
+
+2003-08-28 Mark Mitchell <mark@codesourcery.com>
+
+ * g++.dg/expr/cond3.C: New test.
+
+2003-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * gcc.dg/builtins-1.c: Add new builtin cases.
+
+2003-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * gcc.dg/builtins-1.c: Add new cases.
+ * gcc.dg/torture/builtin-attr-1.c: Likewise.
+
+2003-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * gcc.dg/builtins-1.c: Add more math builtin tests.
+ * gcc.dg/torture/builtin-attr-1.c: New test.
+
+2003-08-28 Mark Mitchell <mark@codesourcery.com>
+
+ PR optimization/5079
+ * g++.dg/opt/static3.C: New test.
+
+2003-08-27 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
+
+ * gcc.misc-tests/gcov-10b.c: New test.
+
+2003-08-27 Mark Mitchell <mark@codesourcery.com>
+
+ * g++.dg/opt/ptrmem3.C: New test.
+
+ * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
+
+2003-08-27 Jakub Jelinek <jakub@redhat.com>
+
+ * gcc.dg/20030826-2.c: New test.
+
+2003-08-26 Roger Sayle <roger@eyesopen.com>
+
+ PR middle-end/12002
+ * g77.f-torture/compile/12002.f: New test case.
+
+2003-08-26 Roger Sayle <roger@eyesopen.com>
+
+ * gcc.dg/20030826-1.c: New test case.
+
+2003-08-26 Matt Kraai <kraai@alumni.cmu.edu>
+
+ * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
+
+2003-08-26 Nathan Sidwell <nathan@codesourcery.com>
+
+ PR c++/11871
+ * c++.dg/lookup/crash1.C: New test.
+
+ * c++.dg/warn/noeffect3.C: New test.
+
+2003-08-25 Janis Johnson <janis187@us.ibm.com>
+
+ * gcc.dg/compat/vector-1_x.c: Compile with -w.
+ * gcc.dg/compat/vector-1_y.c: Ditto.
+ * gcc.dg/compat/vector-2_x.c: Ditto.
+ * gcc.dg/compat/vector-2_y.c: Ditto.
+
+2003-08-25 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * gcc.dg/20030702-1.c: New test.
+
+2003-08-25 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/8795
+ * g++.dg/ext/altivec-1.C: New test.
+
+2003-08-24 Richard Henderson <rth@redhat.com>
+
+ * g++.dg/eh/simd-2.C: Add -w for x86.
+
+2003-08-23 Jakub Jelinek <jakub@redhat.com>
+
+ * gcc.dg/20030815-1.c: New test.
+
+2003-08-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
+
+ PR c++/3765
+ * g++.dg/parse/access6.C: New test.
+
+2003-08-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
+
+ PR c++/641, c++/11876
+ * g++.dg/template/friend22.C: New test.
+ * g++.dg/template/friend23.C: Likewise.
+
+2003-08-22 Mark Mitchell <mark@codesourcery.com>
+
+ * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
+ identically.
+
+2003-08-22 Mark Mitchell <mark@codesourcery.com>
+
+ * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
+
+2003-08-22 Mark Mitchell <mark@codesourcery.com>
+
+ * gcc.dg/20020313-1.c: Add "-w" to dg-options.
+
+2003-08-22 Mark Mitchell <mark@codesourcery.com>
+
+ * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
+
+2003-08-22 Mark Mitchell <mark@codesourcery.com>
+
+ * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
+
+2003-08-21 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/11919
+ * g++.dg/overload/prom1.C: New test.
+
+ PR c++/11551
+ * g++.dg/parse/dtor2.C: New test.
+
+ PR c++/10762
+ * g++.dg/parse/using2.C: New test.
+
+2003-08-21 Kazu Hirata <kazu@cs.umass.edu>
+
+ PR target/11805
+ * gcc.c-torture/compile/20030821-1.c: New.
+
+2003-08-20 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/11834
+ * g++.dg/template/deduce2.C: New test.
+
+2003-08-21 Josef Zlomek <zlomekj@suse.cz>
+
+ * gcc.c-torture/execute/20030821-1.c: New test.
+
+2003-08-20 Roger Sayle <roger@eyesopen.com>
+
+ PR middle-end/11984
+ * gcc.dg/20030820-1.c: New test case.
+
+2003-08-20 Nathan Sidwell <nathan@codesourcery.com>
+
+ PR c++/11945
+ * g++.dg/warn/noeffect2.C: New test.
+
+2003-08-19 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/10926
+ * g++.dg/template/dtor2.C: New test.
+
+ PR c++/11684
+ * g++.dg/template/operator1.C: New test.
+ * g++.dg/parse/operator4.C: New test.
+
+ PR c++/11946.C
+ * g++.dg/expr/enum1.C: New test.
+ * gcc.dg/c99-bool-1.c: Remove bogus warning.
+
+ PR c++/11036.C
+ * g++.dg/parse/elab2.C: New test.
+ * g++.dg/parse/typedef4.C: Change error message.
+ * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
+ * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
+ * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
+
+2003-08-19 Geoffrey Keating <geoffk@apple.com>
+
+ * gcc.dg/pch/warn-1.c: New.
+ * gcc.dg/pch/warn-1.hs: New.
+
+ * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
+ not-tested file.
+
+2003-08-19 Andrew Pinski <pinskia@physics.uc.edu>
+
+ * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
+
+2003-08-19 Andrew Pinski <pinskia@physics.uc.edu>
+
+ * gcc.dg/uninit-D.c: New Test.
+ * gcc.dg/uninit-E.c: New Test.
+ * gcc.dg/uninit-F.c: New Test.
+ * gcc.dg/uninit-G.c: New Test.
+
+2003-08-19 Michael Ritzert <ritzert@t-online.de>
+
+ * g++.dg/README: Describe the pch directory.
+
+2003-08-19 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
+
+ PR c++/11174
+ * g++.dg/parse/access4.C: New test.
+ * g++.dg/parse/access5.C: Likewise.
+ * g++.old-deja/g++.jason/access17.C: Adjust error message.
+
+2003-08-18 Matt Kraai <kraai@alumni.cmu.edu>
+
+ * gcc.dg/noncompile/20030818-1.c: New.
+
+2003-08-18 Nathan Sidwell <nathan@codesourcery.com>
+
+ PR c++/11957
+ * g++.dg/warn/noeffect1.C: New test.
+
+ * g++.dg/template/scope2.C: New test.
+ * g++.dg/template/error2.C: Correct dg-error
+
+2003-08-18 Richard Sandiford <rsandifo@redhat.com>
+
+ * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
+
+2003-08-16 Nathan Sidwell <nathan@codesourcery.com>
+
+ PR C++/11512
+ * g++.dg/template/warn1.C: New.
+
+2003-08-15 Nathan Sidwell <nathan@codesourcery.com>
+
+ * g++.dg/template/error2.C: New test.
+ * g++.dg/lookup/using7.C: Adjust errors
+ * g++.old-deja/g++.pt/crash36.C: Likewise.
+ * g++.old-deja/g++.pt/derived3.C: Likewise.
+
+2003-08-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * gcc.c-torture/execute/builtins/lib/strcat.c: New.
+ * gcc.c-torture/execute/builtins/string-9-lib.c: New.
+ * gcc.c-torture/execute/builtins/string-9.c: New, from
+ string-opt-9.c. Adjust for execute/builtins framework.
+ * gcc.c-torture/execute/string-opt-9.c: Delete.
+
+2003-08-12 Mark Mitchell <mark@codesourcery.com>
+
+ * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
+
+ * g++.dg/parse/ret-type2.C: New test.
+
+ PR c++/11703
+ * g++.dg/init/new8.C: New test.
+
+ PR c++/10923
+ * g++.dg/parse/typedef5.C: New test.
+
+ PR c++/9512
+ * g++.dg/parse/qualified2.C: New test.
+ * g++.old-deja/g++.other/decl5.C: Mark one more instance of
+ invalid code.
+
+2003-08-11 Mark Mitchell <mark@codesourcery.com>
+
+ * g++.dg/conversion/ptrmem1.C: New test.
+
+2003-08-11 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/11693
+ * gcc.dg/20030811-1.c: New test.
+
+ PR target/11535
+ * gcc.c-torture/execute/20030811-1.c: New test.
+
+2003-08-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
+
+2003-08-10 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/11789.C
+ * g++.dg/inherit/multiple1.C: New test.
+
+2003-08-10 Nathan Sidwell <nathan@codesourcery.com>
+
+ * gcc.dg/spe1.c: New test.
+
+ PR c++/11670
+ * g++.dg/expr/cast2.C: New test.
+
+ PR c++/10530
+ * g++.dg/template/dependent-name2.C: New test.
+
+2003-08-08 Andrew Pinski <pinskia@physics.uc.edu>
+
+ * g++.dg/parse/crash11.C: Put the dg options in comments.
+
+2003-08-08 Neil Booth <neil@daikokuya.co.uk>
+
+ * lib/gcc-dg.exp: Update for diagnostic change.
+
+2003-08-07 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
+
+ PR c++/5767
+ * g++.dg/parse/crash11.C: New test.
+
+2003-08-06 Alexandre Oliva <aoliva@redhat.com>
+
+ * gcc.dg/cpp/spacing1.c: Update.
+
+2003-08-04 Janis Johnson <janis187@us.ibm.com>
+
+ PR target/11739
+ * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
+ a value for -mtune.
+
+2003-08-04 Roger Sayle <roger@eyesopen.com>
+
+ PR middle-end/11771
+ * gcc.c-torture/compile/20030804-1.c: New test case.
+
+2003-08-04 Roger Sayle <roger@eyesopen.com>
+
+ * gcc.dg/20030804-1.c: New test case.
+
+2003-08-04 Alexandre Oliva <aoliva@redhat.com>
+
+ * gcc.dg/cpp/separate-1.c: New test.
+
+2003-08-03 Nathan Sidwell <nathan@codesourcery.com>
+
+ PR c++/11704
+ * g++.dg/template/dependent-expr2.C: New test.
+
+ PR c++/11766
+ * g++.dg/expr/ptrmem1.C: New test.
+
+2003-08-03 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
+
+ PR c++/9453
+ * g++.dg/template/friend15.C: New test.
+
+2003-08-03 Neil Booth <neil@daikokuya.co.uk>
+
+ * lib/dg-pch.exp: Work round PCH bug.
+
+2003-08-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * gcc.dg/builtins-1.c: Add macro helpers. Add missing math
+ builtins. Move cases from builtins-4.c here.
+
+ * gcc.dg/torture/builtin-math-1.c: New test taken from
+ bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
+ additional cases.
+
+ * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
+ Delete.
+
+2003-08-02 Nathan Sidwell <nathan@codesourcery.com>
+
+ PR c++/9447
+ * g++.dg/template/using7.C: New test.
+
+2003-08-02 Neil Booth <neil@daikokuya.co.uk>
+
+ * import1.c, import2.c: New tests.
+
+2003-08-01 Jakub Jelinek <jakub@redhat.com>
+
+ * g++.dg/eh/crossjump1.C: New test.
+
+2003-08-01 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/11697
+ * g++.dg/template/using6.C: New test.
+
+ PR c++/11744
+ * g++.dg/template/koenig2.C: New test.
+
+2003-08-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
+
+ PR c++/7983
+ * g++.dg/parse/typedef4.C: New test.
+
+2003-08-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
+
+ PR c++/8442, c++/8806
+ * g++.dg/template/elab1.C: New test.
+ * g++.dg/template/type2.C: Likewise.
+ * g++.dg/template/ttp3.C: Adjust expected error message.
+ * g++.old-deja/g++.law/visibility13.C: Likewise.
+ * g++.old-deja/g++.niklas/t135.C: Likewise.
+ * g++.old-deja/g++.pt/ttp41.C: Likewise.
+ * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
+ template argument.
+ * g++.old-deja/g++.pt/ttp44.C: Likewise.
+
+2003-08-01 Nathan Sidwell <nathan@codesourcery.com>
+
+ PR c++/11295
+ * g++.dg/ext/stmtexpr1.C: New test.
+
+ * g++.dg/opt/tmp1.C: New test.
+
+ PR c++/11525
+ * g++.dg/parse/constant4.C: New test.
+
+ PR c++/9447
+ * g++.dg/template/using5.C: New test.
+
+2003-07-31 Roger Sayle <roger@eyesopen.com>
+
+ * gcc.dg/builtins-27.c: New test case.
+
+2003-07-31 Jakub Jelinek <jakub@redhat.com>
+
+ * gcc.dg/tls/opt-7.c: New test.
+
+2003-07-31 Andrew Pinski <pinskia@physics.uc.edu>
+
+ * g++.old-deja/g++.other/crash18.C: Remove.
+
+2003-07-31 Nathan Sidwell <nathan@codesourcery.com>
+
+ * g++.dg/template/explicit3.C: New.
+ * g++.dg/template/explicit4.C: New.
+ * g++.dg/template/explicit5.C: New.
+
+ PR c++/11347
+ * g++.dg/template/memtmpl1.C: New.
+
+2003-07-29 Andrew Pinski <pinskia@physics.uc.edu>
+
+ PR target/11565
+ * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
+ * gcc.dg/i386-387-5.c (dg-options): Likewise.
+
+2003-07-30 Jan Hubicka <jh@suse.cz>
+
+ * vtgc1.c: Kill.
+
+2003-07-29 Zack Weinberg <zack@codesourcery.com>
+
+ * gcc.dg/struct-in-proto-1.c: New test.
+
+2003-07-29 Neil Booth <neil@daikokuya.co.uk>
+
+ * gcc.dg/cpp/include2.c: Only expect one message.
+
+2003-07-29 Nathan Sidwell <nathan@codesourcery.com>
+
+ PR c++/9447
+ * g++.dg/template/using1.C: New test.
+ * g++.dg/template/using2.C: New test.
+ * g++.dg/template/using3.C: New test.
+ * g++.dg/template/using4.C: New test.
+
+2003-07-29 Alexandre Oliva <aoliva@redhat.com>
+
+ * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
+ * gcc.c-torture/execute/string-opt-10.c: Likewise.
+
+2003-07-28 Jan Hubicka <jh@suse.cz>
+
+ PR c++/11530
+ * g++.dg/opt/call1.C: New test.
+
+2003-07-28 Alexandre Oliva <aoliva@redhat.com>
+
+ PR c++/11667
+ * g++.dg/init/enum2.C: New test.
+ * g++.dg/template/overload1.C: Add "-w" option.
+
+2003-07-28 <hp@bitrange.com>
+
+ * gcc.dg/Wdeclaration-after-statement-1.c,
+ gcc.dg/Wdeclaration-after-statement-2.c: New tests.
+
+2003-07-28 Jakub Jelinek <jakub@redhat.com>
+
+ * gcc.c-torture/compile/20030725-1.c: New test.
+
+2003-07-28 Aldy Hernandez <aldyh@redhat.com>
+
+ * gcc.dg/20030505.c: Only run for SPE.
+ Remove definition of opaque type.
+
+2003-07-27 Mark Mitchell <mark@codesourcery.com>
+
+ * g++.dg/template/ptrmem6.C: New test.
+
+2003-07-26 Geoffrey Keating <geoffk@apple.com>
+
+ * gcc.c-torture/compile/zero-strct-2.c: New test.
+
+2003-07-25 Geoffrey Keating <geoffk@apple.com>
+
+ * gcc.dg/intermod-1.c: New test.
+
+2003-07-25 Nathan Sidwell <nathan@codesourcery.com>
+
+ PR c++/11617
+ * g++.dg/template/lookup2.C: New test.
+ * g++.dg/template/memclass1.C: Remove instantiated from error.
+ * g++.dg/other/error2.C: Tweak expected errors.
+
+ PR c++/11596
+ * g++.dg/template/defarg3.C: New test.
+
+ * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
+
+2003-07-24 Mark Mitchell <mark@codesourcery.com>
+
+ * g++.dg/inherit/access5.C: New test.
+
+2003-07-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
+
+ PR c++/11513
+ * g++.dg/template/crash8.C: New test.
+
+2003-07-23 Steven Bosscher <steven@gcc.gnu.org>
+
+ PR c/10602
+ * gcc.dg/noncompile/incomplete-2.c: New test.
+
+2003-07-23 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/11645
+ * g++.dg/inherit/access4.C: New test.
+
+ PR c++/11517
+ * g++.dg/expr/cond2.C: New test.
+
+ PR optimization/10679
+ * g++.dg/opt/inline4.C: New test.
+
+2003-07-23 Nathan Sidwell <nathan@codesourcery.com>
+
+ * g++.dg/parse/crash10: New test.
+
+2003-07-22 Nathan Sidwell <nathan@codesourcery.com>
+
+ * g++.dg/ext/flexary1.C: New test.
+
+2003-07-22 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
+
+ PR c++/10793
+ * g++.dg/template/crash9.C: New test.
+
+2003-07-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
+
+ PR c++/3004
+ * g++.dg/parse/typedef3.C: New test.
+
+ PR c++/7906
+ * g++.dg/parse/operator2.C: New test.
+
+ PR c++/8895
+ * g++.dg/parse/def-tmpl-arg1.C: New test.
+
+ PR c++/9282
+ * g++.dg/parse/funptr1.C: New test.
+
+ PR c++/9452
+ * g++.dg/parse/ambig3.C: New test.
+
+ PR c++/9454
+ * g++.dg/parse/operator3.C: New test.
+
+ PR c++/9486
+ * g++.dg/parse/template10.C: New test.
+
+ PR c++/9488
+ * g++.dg/parse/template11.C: New test.
+
+ PR c++/10150
+ * g++.dg/parse/invalid-op1.C: New test.
+
+ PR c++/10247
+ * g++.dg/parse/condexpr1.C: New test.
+
+2003-07-22 Nathan Sidwell <nathan@codesourcery.com>
+
+ * g++.dg/ext/packed3.C: New test.
+ * g++.dg/ext/packed4.C: New test.
+
+ * gcc.dg/pack-test-3.c: New test.
+
+2003-07-21 Janis Johnson <janis187@us.ibm.com>
+
+ * lib/compat.exp: Handle dg-options per source file.
+ * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
+ * g++.dg/compat/abi/bitfield1_y.C: Ditto.
+ * g++.dg/compat/abi/bitfield2_x.C: Ditto.
+ * g++.dg/compat/abi/bitfield2_y.C: Ditto.
+ * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
+ * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
+ * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
+ * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
+ * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
+ * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
+ * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
+ * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
+ * g++.dg/compat/break/bitfield7_x.C: Ditto.
+ * g++.dg/compat/break/bitfield7_y.C: Ditto.
+
+2003-07-21 Andrew Pinski <pinskia@physics.uc.edu>
+
+ PR c/10320
+ * gcc.c-torture/execute/20030718-1.c: New test.
+
+2003-07-21 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ PR optimization/11536
+ * gcc.dg/20030721-1.c: New test.
+
+2003-07-19 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/11546
+ * g++.dg/template/lookup1.C: New test.
+
+2003-07-19 Zack Weinberg <zack@codesourcery.com>
+
+ * gcc.dg/noncompile/label-1.c: New comprehensive test case for
+ diagnostics of ill-formed constructs involving labels.
+ * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
+ the new 'previously defined here' message.
+
+2003-07-18 Nathan Sidwell <nathan@codesourcery.com>
+
+ * g++.dg/parse/non-dependent2.C: New test.
+
+2003-07-18 Andrew Pinski <pinskia@physics.uc.edu>
+
+ * g++.dg/init/init-ref4.C: xfail on targets without
+ weak symbols.
+
+2003-07-17 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/11087
+ * gcc.c-torture/execute/20030717-1.c: New test.
+
+2003-07-18 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ * g++.dg/opt/cfg1.C: New test.
+
+2003-07-17 Mark Mitchell <mark@codesourcery.com>
+
+ PR optimization/11557
+ * gcc.dg/20030717-1.c: New test.
+
+2003-07-17 Andrew Pinski <pinskia@physics.uc.edu>
+
+ PR c++/10476
+ * g++.dg/expr/crash-1.C: New test.
+
+ PR c++/11027
+ * g++.dg/template/init3.C: New test.
+
+ PR c++/8222
+ * g++.dg/template/non-dependent1.C: New test.
+
+ PR c++/11070
+ * g++.dg/template/non-dependent2.C: New test.
+
+ PR c++/11071
+ * g++.dg/template/non-dependent3.C: New test.
+
+ PR c++/9907
+ * g++.dg/template/sizeof5.C: New test.
+
+2003-07-17 Geoffrey Keating <geoffk@apple.com>
+
+ PR 11498
+ * gcc.c-torture/compile/mangle-1.c: New file.
+
+2003-07-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
+
+ PR c++/7809
+ * g++.dg/parse/access3.C: New test.
+
+2003-07-17 Andrew Pinski <pinskia@physics.uc.edu>
+
+ PR c++/11384
+ * g++.dg/init/init-ref4.C: New test.
+
+2003-07-16 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/11547
+ * g++.dg/parse/constant3.C: New test.
+ * g++.dg/parse/crash7.C: Likewise.
+
+2003-07-16 Andrew Pinski <pinskia@physics.uc.edu>
+
+ PR target/11008
+ * gcc.dg/i386-pentium4-not-mull.c: New.
+
+2003-07-16 J"orn Rennecke <joern.rennecke@superh.com>
+
+ * gcc.dg/asm-names.c (ymain): Make it weak.
+
+2003-07-16 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
+
+ PR c++/5421
+ * g++.dg/template/friend21.C: New test.
+
+2003-07-16 Jakub Jelinek <jakub@redhat.com>
+
+ * gcc.dg/cleanup-8.c: New test.
+ * gcc.dg/cleanup-9.c: New test.
+
+2003-07-16 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * g++.dg/ext/dll-MI1.h: New file.
+ * g++.dg/ext/dllexport-MI1.C: New file.
+ * g++.dg/ext/dllimport-MI1.C: New file.
+
+2003-07-15 Jakub Jelinek <jakub@redhat.com>
+
+ * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
+ it does not have cmpstrsi patterns (just cmpmemsi).
+
+2003-07-15 Mark Mitchell <mark@codesourcery.com>
+
+ PR debug/11473
+ * g++.dg/debug/debug8.C: New test.
+
+2003-07-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
+
+ PR c++/10108
+ * g++.dg/template/crash7.C: New test.
+
+2003-07-15 Kazu Hirata <kazu@cs.umass.edu>
+
+ PR target/10795
+ * gcc.c-torture/compile/20030708-1.c: New.
+
+2003-07-15 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ * gcc.c-torture/execute/20030715-1.c: New test.
+
+2003-07-14 Geoffrey Keating <geoffk@apple.com>
+
+ * gcc.dg/pch/inline-3.c: New file.
+ * gcc.dg/pch/inline-3.hs: New file.
+ * gcc.dg/pch/inline-4.c: New file.
+ * gcc.dg/pch/inline-4.hs: New file.
+
+2003-07-14 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/11509
+ * g++.dg/template/crash6.C: New test.
+
+ PR c++/7053
+ * g++.dg/template/friend20.C: New test.
+
+ PR c++/7019
+ * g++.dg/template/overload2.C: New test.
+
+2003-07-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
+
+ PR optimization/11440
+ * gcc.c-torture/execute/20030714-1.c: New test.
+
+2003-07-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
+
+ PR c++/11154
+ * g++.dg/template/partial2.C: New test.
+
+2003-07-13 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/11503
+ * g++.dg/template/anon1.C: New test.
+
+ PR c++/11493
+ PR c++/11495
+ * g++.dg/parse/template9.C: Likewise.
+ * g++.dg/template/crash4.C: New test.
+ * g++.dg/template/koenig1.C: Likewise.
+ * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
+ * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
+ * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
+ functions.
+ * g++.old-deja/g++.jason/template36.C: Likewise.
+ * g++.old-deja/g++.mike/p1989.C: Likewise.
+ * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
+ * g++.old-deja/g++.pt/ttp20.C: Use this->.
+ * g++.old-deja/g++.pt/ttp21.C: Use this->.
+ * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
+ compiling.
+ * g++.old-deja/g++.pt/union2.C: Use this->.
+
+2003-07-11 Jakub Jelinek <jakub@redhat.com>
+
+ * gcc.dg/20030711-1.c: New test.
+
+2003-07-11 Nathan Sidwell <nathan@codesourcery.com>
+
+ PR c++/11050
+ * g++.dg/parse/args1.C: New test.
+ * g++.pt/defarg8.C: Change expected errors.
+
+2003-07-11 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/8164
+ * g++.dg/template/nontype2.C: New test.
+
+ PR c++/10558
+ * g++.dg/parse/template8.C: New test.
+
+ PR c++/8327
+ * g++.dg/template/scope1.C: New test.
+
+ * g++.dg/warn/Wsign-compare-1.C: New test.
+
+2003-07-10 Kazu Hirata <kazu@cs.umass.edu>
+
+ * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
+
+2003-07-10 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/9411
+ * g++.dg/template/explicit2.C: New test.
+
+ PR c++/10032
+ * g++.dg/warn/pedantic1.C: New test.
+
+2003-07-10 Nathan Sidwell <nathan@codesourcery.com>
+
+ PR c++ 9483
+ * g++.dg/other/field1.C: New test.
+
+2003-07-10 Kazu Hirata <kazu@cs.umass.edu>
+
+ PR c/11449
+ * gcc.c-torture/compile/20030707-1.c: New.
+
+2003-07-10 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
+
+ PR c++/10849
+ * g++.dg/template/access12.C: New test.
+
2003-07-09 Nathan Sidwell <nathan@codesourcery.com>
* g++.dg/bprob/bprob.exp (prof_ext): Update.
@@ -64,7 +1224,7 @@
* g++.dg/opt/emptyunion.C: New testcase.
2003-07-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
- Eric Botcazou <ebotcazou@libertysurf.fr>
+ Eric Botcazou <ebotcazou@libertysurf.fr>
* g++.dg/opt/stack1.C: New test.
@@ -72,7 +1232,7 @@
* g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
run test.
-
+
PR c++/11431
* g++.dg/expr/static_cast3.C: New test.
@@ -102,18 +1262,18 @@
2003-07-04 Danny Smith <dannysmith@users.sourceforge.net>
PR c++/5287, PR c++/7910, PR c++/11021
- * testsuite/g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
+ * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
tests for warnings.
- * testsuite/g++.dg/ext/dllimport2.C: Add tests for warnings.
- * testsuite/g++.dg/ext/dllimport3.C: Likewise.
- * testsuite/g++.dg/ext/dllimport4.C: New file.
- * testsuite/g++.dg/ext/dllimport5.C: New file.
- * testsuite/g++.dg/ext/dllimport6.C: New file.
- * testsuite/g++.dg/ext/dllimport7.C: New file.
- * testsuite/g++.dg/ext/dllimport8.C: New file.
- * testsuite/g++.dg/ext/dllimport9.C: New file.
- * testsuite/g++.dg/ext/dllimport10.C: New file.
- * testsuite/g++.dg/ext/dllexport1.C: New file.
+ * g++.dg/ext/dllimport2.C: Add tests for warnings.
+ * g++.dg/ext/dllimport3.C: Likewise.
+ * g++.dg/ext/dllimport4.C: New file.
+ * g++.dg/ext/dllimport5.C: New file.
+ * g++.dg/ext/dllimport6.C: New file.
+ * g++.dg/ext/dllimport7.C: New file.
+ * g++.dg/ext/dllimport8.C: New file.
+ * g++.dg/ext/dllimport9.C: New file.
+ * g++.dg/ext/dllimport10.C: New file.
+ * g++.dg/ext/dllexport1.C: New file.
2003-07-03 Mark Mitchell <mark@codesourcery.com>
@@ -774,7 +1934,7 @@
* lib/gcc-dg.exp (dg-require-alias): Fix typo.
(dg-require-gc-sections): Likewise.
-Sun Jun 8 16:46:04 CEST 2003 Jan Hubicka <jh@suse.cz>
+2003-06-08 Jan Hubicka <jh@suse.cz>
* i386-cmov1.c: Fix regular expression.
* i386-cvt-1.c: Likewise.