OSDN Git Service

PR tree-optimization/20204
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 86857d2..5210413 100644 (file)
@@ -1,3 +1,95 @@
+2005-02-25  Diego Novillo  <dnovillo@redhat.com>
+
+       PR tree-optimization/20204
+       * testsuite/gcc.dg/pr20204.c: New test.
+
+2005-02-24  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/20196
+       * gcc.c-torture/execute/20050224-1.c: New test.
+
+       PR c++/20175
+       * g++.dg/warn/Wbraces2.C: New test.
+
+2005-02-23  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/19878
+       * g++.dg/init/const2.C: New test.
+
+2005-02-23  Hans-Peter Nilsson  <hp@axis.com>
+
+       PR tree-optimization/20100
+       * gcc.c-torture/execute/pr20100-1.c: New test.
+
+2005-02-23  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
+
+       * gfortran.dg/implicit_3.f90: New test.
+
+       * gfortran.dg/deftype_1.f90: New test.
+
+2005-02-23  Alexandre Oliva  <aoliva@redhat.com>
+
+       * g++.dg/lookup/anon2.C: Don't let access checks make it look like
+       the test passes.
+       * g++.dg/other/anon3.C: Accept a warning.
+
+2005-02-23  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * gcc.dg/pr20017.c: Fix a comment typo.
+
+2005-02-23  Bud Davis  <bdavis@gfortran.org>
+
+       * gfortran.dg/list_read_4.f90: Change to f90 comments.
+
+2005-02-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       PR ada/19902
+       * ada/acats/tests/cxa/cxa3004.a: Remove.
+       * ada/acats/tests/cxb/cxb30061.am: Likewise.
+
+2005-02-22  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/20073
+       * g++.dg/init/const1.C: New test.
+
+       PR c++/19991
+       * g++.dg/parse/constant7.C: New test.
+
+       PR c++/20152
+       * g++.dg/parse/error27.C: New test.
+       * g++.dg/template/qualttp15.C: Adjust error markers.
+       * g++.old-deja/g++.other/struct1.C: Likewise.
+       
+       PR c++/20153
+       * g++.dg/template/error17.C: New test.
+
+       PR c++/20148
+       * g++.dg/parser/error26.C: New test.
+
+2005-02-22  Diego Novillo  <dnovillo@redhat.com>
+
+       PR tree-optimization/20100
+       PR tree-optimization/20115
+       * gcc.dg/pr20115.c: New test.
+       * gcc.dg/pr20115-1.c: New test.
+       * gcc.dg/pr20100.c: New test.
+       * gcc.dg/tree-ssa/20040517-1.c: Expect virtual operands for
+       call-clobbered variables after alias1.
+
+2005-02-22  Bud Davis  <bdavis@gfortran.org>
+
+       * gfortran.dg/list_read_4.f90: new test.
+
+2005-02-22  Kazu Hirata  <kazu@cs.umass.edu>
+
+       PR rtl-optimization/20017.
+       * gcc.dg/pr20017.c: New.
+
+2005-02-22  Devang Patel  <dpatel@apple.com>
+
+       PR 19952
+       * g++.dg/tree-ssa/pr19952.C: New test.
+       
 2005-02-22  Mark Mitchell  <mark@codesourcery.com>
 
        PR c++/19883