OSDN Git Service

2006-08-06 Paolo Bonzini <bonzini@gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 4df1b9a..5fef813 100644 (file)
@@ -1,3 +1,70 @@
+2006-08-06  Paolo Bonzini  <bonzini@gnu.org>
+
+       PR target/27827
+       * gcc.target/i386/pr27827.c: New testcase.
+
+2006-08-06  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/28590
+       * gfortran.dg/sequence_types_1.f90: New test.
+
+2006-08-05  Steven G. Kargl <kargls@comcast.nt>
+
+       PR fortran/28548
+       * gfortran.dg/elemental_optional_args_1.f90: dg-error becomes
+       dg-warning.  Add -pedantic option.
+
+2006-08-05  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       PR c/28502
+       * gcc.dg/proto-1.c: New test.
+
+       PR c/27721
+       * gcc.dg/lvalue-4.c: New test.
+
+       PR c/28136
+       * gcc.dg/init-bad-5.c: New test.
+
+2006-08-03  Lee Millward  <lee.millward@codesourcery.com>
+
+       PR c++/28347
+       * g++.dg/ext/typedef-init.C: Add new test for typedef 
+       initialization inside templates. Adjust existing error markers.
+
+2006-08-03  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/28148
+       * g++.dg/init/ptrmem3.C: New test.
+
+2006-08-03  Dorit Nuzman  <dorit@il.ibm.com>
+
+       PR tree-optimization/27770
+       * lib/target-support.exp: New target keyword "section_anchors". 
+       * gcc.dg/vect/vect.exp: Add -fsection-anchors to compilation of some
+       tests.
+       * gcc.dg/vect/section-anchors-pr27770.c: New test.
+       * gcc.dg/vect/vect-69.c: Removed. Replaced by:
+       * gcc.dg/vect/section-anchors-vect-69.c: New test.
+       * gcc.dg/vect/no-section-anchors-vect-69.c: New test.
+       
+2006-08-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * gcc.dg/20060801-1.c: Add missing '}'.
+
+2006-08-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       PR c++/27508
+       * g++.dg/parse/dtor9.C: New test.
+       * g++.dg/parse/dtor10.C: New test.
+       * g++.dg/other/error7.C: Adjust error-marker.
+
+       PR c++/28274
+       * g++.dg/other/default5.C: New test.
+
+2006-08-02  Richard Guenther  <rguenther@suse.de>
+
+       * g++.dg/tree-ssa/copyprop-1.C: XFAIL.
+
 2006-08-02  Mark Mitchell  <mark@codesourcery.com>
 
        PR c++/28557