OSDN Git Service

libcpp:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 04ce160..07e4c07 100644 (file)
@@ -1,3 +1,235 @@
+2004-10-14  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+       * gcc.dg/cpp/error-1.c: New test.
+
+2004-10-14  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+       * gcc.dg/c99-tag-3.c, gcc.dg/declspec-14.c: New tests.
+
+2004-10-14  Hans-Peter Nilsson  <hp@axis.com>
+
+       PR target/17984
+       * gcc.dg/cris-peep2-xsrand2.c: New test.
+
+2004-10-13  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR c++/17661
+       * testsuite/g++.dg/expr/for2.C: New test.
+
+2004-10-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * g++.dg/inherit/thunk1.C: Run on the SPARC.
+
+2004-10-13  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/17724
+       * g++.dg/opt/pr17724-1.C: New test.
+       * g++.dg/opt/pr17724-2.C: New test.
+       * g++.dg/opt/pr17724-3.C: New test.
+       * g++.dg/opt/pr17724-4.C: New test.
+       * g++.dg/opt/pr17724-5.C: New test.
+       * g++.dg/opt/pr17724-6.C: New test.
+
+2004-10-12  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+       PR c/17301
+       * gcc.dg/pr17301-2.c: New test.
+
+2004-10-11  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/15876
+       * g++.dg/parse/error22.C: New test.
+
+       PR c++/17936
+       * g++.dg/template/spec18.C: New test.
+
+2004-10-11  Steve Ellcey  <sje@cup.hp.com>
+
+       * testsuite/gcc.dg/ia64-asm-1.c: Add prototype for abort
+       * testsuite/gcc.dg/ia64-sync-1.c: Add prototype for abort and
+       memcpy. 
+       * testsuite/gcc.dg/ia64-sync-2.c: Ditto.
+       * testsuite/gcc.dg/ia64-sync-3.c: Ditto.
+
+2004-10-11  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * g++.dg/eh/cleanup5.C: Add dg-options "".
+
+2004-10-11  Roger Sayle  <roger@eyesopen.com>
+
+       PR middle-end/17657
+       * gcc.dg/switch-4.c: New test case.
+
+2004-10-11  Richard Sandiford  <rsandifo@redhat.com>
+
+       * gcc.c-torture/execute/20041011-1.c: New test.
+
+2004-10-10  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR c++/17554
+       * g++.dg/init/for3.C: New test.
+
+       PR c++/17657
+       * g++.dg/opt/switch2.C: New test.
+
+       PR middle-end/17703
+       * g++.dg/warn/Wreturn-2.C: New test.
+
+2004-10-10  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR c++/17907
+       * g++.dg/eh/cleanup5.C: New test.
+
+2004-10-10  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/17393
+       * g++.dg/parse/error21.C: New test.
+
+2004-10-10  Gabriel Dos Reis  <gdr@integrable-solutions.net>
+
+       * g++.dg/overload/pmf1.C: Adjust quoting marks.
+       * g++.dg/warn/incomplete1.C: Likewise.
+       * g++.dg/template/qualttp20.C: Likewise.
+
+2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+       PR c/17881
+       * parm-incomplete-1.c: New test.
+
+2004-10-09  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/17867
+       * g++.dg/parse/error19.C: New test.
+
+       PR c++/17670
+       * g++.dg/init/new11.C: New test.
+
+       PR c++/17821
+       * g++.dg/parse/error20.C: New test.
+
+       PR c++/17826
+       * g++.dg/template/crash24.C: New test.
+       
+2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+       PR c/17301
+       * gcc.dg/pr17301-1.c: New test.
+
+2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+       PR c/17189
+       * gcc.dg/anon-struct-5.c: New test.
+
+2004-10-09  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+       PR c/17844
+       * gcc.dg/pr17844-1.c: New test.
+
+2004-10-09  Zdenek Dvorak  <dvorakz@suse.cz>
+
+       PR tree-optimization/17906
+       * gcc.c-torture/compile/pr17906.c: New.
+
+2004-10-09  Stuart Hastings  <stuart@apple.com>
+           Roger Sayle  <roger@eyesopen.com>
+
+       PR rtl-optimization/17853
+       * gcc.dg/i386-mmx-5.c: New testcase.
+
+2004-10-09  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * g++.dg/opt/pr17902.C: Fix typo in dg-do.
+
+2004-10-09  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/17524
+       * g++.dg/template/static9.C: New test.
+
+       PR c++/17685
+       * g++.dg/parse/operator5.C: New test.
+
+2004-10-09  Roger Sayle  <roger@eyesopen.com>
+
+       PR middle-end/17894
+       * gcc.c-torture/execute/divcmp-4.c: New test case.
+
+2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR tree-opt/17902
+       * g++.dg/opt/pr17902.C: New test.
+
+2004-10-09  Jakub Jelinek  <jakub@redhat.com>
+
+       * gcc.dg/cpp/ident-1.c: Add dg-options "".
+
+2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+       * gcc.dg/float-range-1.c, gcc.dg/float-range-2.c: New tests.
+
+2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+       * gcc.dg/assign-warn-3.c: New test.
+
+2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR c/16999
+       * gcc.dg/cpp/ident-1.c: New test.
+
+2004-10-08  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * gcc.c-torture/compile/acc1.c: New.
+
+2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * gcc.dg/darwin-longdouble.c: Include stdlib.h and string.h.
+       * gcc.dg/darwin-abi-2.c: Include stdlib.h.
+
+2004-10-08  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
+
+       * gcc.dg/ultrasp11.c: New test.
+
+2004-10-08  Michael Matz  <matz@suse.de>
+
+       * gcc.dg/doloop-2.c: New test.
+
+2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+       * gcc.dg/assign-warn-1.c, gcc.dg/assign-warn-2.c: New tests.
+       * gcc.dg/warn-1.c, gcc.dg/noncompile/20020213-1.c,
+       objc.dg/method-9.m: Update expected diagnostics.
+
+2004-10-07  Geoffrey Keating  <geoffk@apple.com>
+
+       * gcc.dg/ppc-fsel-3.c: New file.
+       * gcc.dg/ppc-fsel-1.c: Add -fno-trapping-math, update comment.
+
+2004-10-07  Paul Brook  <paul@codesourcery.com>
+
+       * gfortran.dg/intrinsic_verify_1.f90: New test.
+
+2004-10-07  Paul Brook  <paul@codesourcery.com>
+
+       * gfortran.dg/empty_format_1.f90: Remove stray commas.
+
+2004-10-07  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
+
+       * gfortran.fortran-torture/execute/intrinsic_mvbits.f90, 
+       gfortran.dg/ishft.f90: Add more tests. Add dg-warning in followup
+       commit.
+
+2004-10-07  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * g++.dg/ext/asm6.C: Remove extraneous semicolon.
+
+2004-10-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
+
+       PR c++/17115
+       * g++.dg/warn/Winline-4.C: New test.
+
+2004-10-07  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
+
+       * gcc.c-torture/compile/20041007-1.c: New test.
+
 2004-10-07  Paul Brook  <paul@codesourcery.com>
 
        PR fortran/17678
@@ -22278,7 +22510,7 @@ Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
 
        * gcc.c-torture/compile/labels-2.c: New test.
 
-1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
+1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
 
        * gcc.c-torture/execute/991227-1.c: New test.
 
@@ -22286,7 +22518,7 @@ Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
 
        * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
 
-1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
+1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
 
        * gcc.c-torture/execute/991221-1.c: New test.