OSDN Git Service

2006-08-17 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index d7cb8c8..9f3eb37 100644 (file)
@@ -1,3 +1,120 @@
+2006-08-17  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
+
+       PR rtl-optimization/28489
+       * gcc.c-torture/compile/pr28489.c: New test.
+
+2006-08-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       PR c++/28710
+       * g++.dg/template/redecl4.C: New test.
+
+       PR c++/28711
+       * g++.dg/template/ctor8.C: New test.
+
+2006-08-17  Paolo Bonzini  <bonzini@gnu.org>
+
+       * PR c++/28573
+       * g++.dg/parse/offsetof6.C: New test.
+       * g++.dg/parse/offsetof6.C: New test.
+       * g++.dg/parse/offsetof7.C: New test.
+
+2006-08-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR testsuite/28602
+       * gfortran.dg/gomp/gomp.exp: Return if check_effective_target_fopenmp
+       is false.
+
+2006-08-16  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR c++/28302
+       * g++.dg/ext/vector3.C: New test.
+
+2006-08-16  Zdenek Dvorak  <dvorakz@suse.cz>
+
+       PR gcov/profile/26570
+       * gcc.dg/pr26570.c: New test.
+
+2006-08-16  Joseph S. Myers  <joseph@codesourcery.com>
+
+       PR c/27697
+       * gcc.dg/qual-component-1.c: New test.
+
+2006-08-16  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       PR c++/28593
+       * g++.dg/parse/new3.C: New test.
+
+2006-08-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR fortran/25828
+       * gfortran.dg/streamio_1.f90: New test.
+       * gfortran.dg/streamio_2.f90: New test.
+       * gfortran.dg/streamio_3.f90: New test.
+       * gfortran.dg/streamio_4.f90: New test.
+       * gfortran.dg/streamio_5.f90: New test.
+       * gfortran.dg/streamio_6.f90: New test.
+       * gfortran.dg/streamio_7.f90: New test.
+       * gfortran.dg/streamio_8.f90: New test.
+
+2006-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       PR c/28287
+       * gcc.dg/attr-invalid.c: Add tests for invalid weak attribute.
+
+2006-08-15  Lee Millward  <lee.millward@codesourcery.com>
+
+       PR c++/28594
+       * g++.dg/template/void6.C: New test.
+       
+2006-08-15  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       PR c/28649
+       * gcc.dg/parse-error-1.c: New test.
+       * gcc.dg/parse-error-2.c: New test.
+       * gcc.dg/cpp/digraph2.c: Add error-marker.
+       * gcc.dg/noncompile/920923-1.c: Likewise.
+
+2006-08-14  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR c/27490
+       * gcc.dg/sizeof-2.c: New testcase.
+
+       PR c/27489
+       * gcc.dg/switch-A.c: New testcase.
+
+2006-08-14  Steve Ellcey  <sje@cup.hp.com>
+
+       PR c++/28288
+       PR c++/14556
+       * g++.old-deja/g++.warn/compare1.C: Delete.
+       * g++.dg/opt/pr7503-2.C: Delete.
+       * g++.dg/opt/pr7503-3.C: Delete.
+       * g++.dg/opt/pr7503-4.C: Delete.
+       * g++.dg/opt/pr7503-5.C: Delete.
+       * g++.dg/opt/max1.C: Delete.
+       * g++.dg/warn/minmax.C: Delete.
+       * g++.dg/expr/minmax.C: New test.
+
+2006-08-14  Richard Guenther  <rguenther@suse.de>
+
+       PR testsuite/28703
+       * gcc.c-torture/execute/pr28651.c: Do not use argc
+       to avoid optimization, instead forbid inlining.
+
+2006-08-14  Richard Sandiford  <richard@codesourcery.com>
+
+       PR rtl-optimization/28634
+       * gcc.c-torture/execute/ieee/pr28634.c: New test.
+
+2006-08-13  Alexandre Oliva  <aoliva@redhat.com>
+
+       PR c/27184
+       * gcc.dg/torture/pr27184.c: New test.
+
+2006-08-12  Jakub Jelinek  <jakub@redhat.com>
+
+       * gcc.target/i386/pr27827.c: Only compile on ilp32 target.
+
 2006-08-12  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
 
        * gfortran.dg/stat_1.f90: Make test pass when run under sudo.