OSDN Git Service

Fix PR c++/43704
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 2c370c0..8215f83 100644 (file)
@@ -1,3 +1,180 @@
+2010-04-19  Dodji Seketeli  <dodji@redhat.com>
+
+       PR c++/43704
+       * g++.dg/template/typedef32.C: New test.
+
+2010-04-19 Ira Rosen <irar@il.ibm.com>
+
+       PR tree-optimization/37027      
+       * lib/target-supports.exp 
+       (check_effective_target_vect_widen_sum_hi_to_si_pattern): New.
+       * gcc.dg/vect/pr37027.c: New test.
+       * gcc.dg/vect/slp-reduc-1.c, gcc.dg/vect/slp-reduc-2.c, 
+       gcc.dg/vect/slp-reduc-3.c, gcc.dg/vect/slp-reduc-4.c, 
+       gcc.dg/vect/slp-reduc-5.c, gcc.dg/vect/slp-reduc-6.c, 
+       gcc.dg/vect/vect-complex-6.c: Likewise. 
+
+2010-04-19  Jakub Jelinek  <jakub@redhat.com>
+
+       * g++.dg/debug/dwarf2/enum1.C: New test.
+
+2010-04-18  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/rep_clause5.ad[sb]: New test.
+       * gnat.dg/rep_clause5_pkg.ads: New helper.
+
+2010-04-18 Ira Rosen <irar@il.ibm.com>
+
+       PR tree-optimization/43771
+       * g++.dg/vect/pr43771.cc: New test.
+
+2010-04-17  Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       PR fortran/31538
+       * gfortran.dg/bounds_check_fail_4.f90: Adjust error message.
+       * gfortran.dg/bounds_check_fail_3.f90: Ditto.
+
+2010-04-17  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/sizetype.adb: Rename into...
+       * gnat.dg/sizetype1.adb: ...this.
+       * gnat.dg/sizetype2.adb: New test.
+
+2010-04-16  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/43572
+       * gcc.dg/tree-ssa/tailcall-5.c: New testcase.
+
+2010-04-16  Olivier Hainque  <hainque@adacore.com>
+
+       * gnat.dg/specs/discr_private.ads: New test.
+
+2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
+
+       PR target/41514
+       * gcc.target/arm/thumb-comparisons.c: New test.
+
+       PR target/40603
+       * gcc.target/arm/thumb-cbranchqi.c: New test.
+
+2010-04-16  Christian Bruel  <christian.bruel@st.com>
+
+       * g++.dg/torture/pr36191.C: Enable for SH.
+
+2010-04-16  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/wide_boolean.adb: New test.
+       * gnat.dg/wide_boolean_pkg.ad[sb]: New helper.
+
+2010-04-15  Richard Guenther  <rguenther@suse.de>
+
+       * gcc.dg/ipa/ipa-pta-1.c: New testcase.
+       * gcc.dg/ipa/ipa-pta-2.c: Likewise.
+       * gcc.dg/ipa/ipa-pta-3.c: Likewise.
+       * gcc.dg/ipa/ipa-pta-4.c: Likewise.
+       * gcc.dg/ipa/ipa-pta-5.c: Likewise.
+       * gcc.dg/ipa/ipa-pta-6.c: Likewise.
+       * gcc.dg/ipa/ipa-pta-7.c: Likewise.
+       * gcc.dg/ipa/ipa-pta-8.c: Likewise.
+       * gcc.dg/ipa/ipa-pta-9.c: Likewise.
+       * gcc.dg/ipa/ipa-pta-10.c: Likewise.
+       * gcc.dg/ipa/ipa-pta-11.c: Likewise.
+       * gcc.dg/ipa/ipa-pta-12.c: Likewise.
+       * gcc.dg/ipa/ipa-pta-13.c: Likewise.
+       * gcc.dg/torture/ipa-pta-2.c: Likewise.
+       * gcc.dg/torture/ipa-pta-1.c: Adjust.
+
+2010-04-14  Bernd Schmidt  <bernds@codesourcery.com>
+
+       PR target/21803
+       * gcc.target/arm/pr42496.c: New test.
+
+2010-04-14  Jason Merrill  <jason@redhat.com>
+
+       PR c++/36625
+       * g++.dg/ext/attrib38.C: New.
+
+2010-04-14  Steve Ellcey  <sje@cup.hp.com>
+
+       PR testsuite/43739
+       * gcc.dg/pr43643.c: Use static link on hppa*-*-hpux*.
+
+2010-04-14  Manuel López-Ibáñez  <manu@gcc.gnu.org>
+
+       PR 42966
+       * gcc.dg/cpp/warn-undef-2.c: Update.
+       * gcc.dg/cpp/warn-traditional-2.c: Update.
+       * gcc.dg/cpp/warn-comments-2.c: Update.
+       * gcc.dg/cpp/warn-variadic-2.c: Update.
+       * gcc.dg/cpp/warn-long-long-2.c: Update.
+       * gcc.dg/cpp/warn-deprecated-2.c: Update.
+       * gcc.dg/cpp/warn-multichar-2.c: Update.
+       * gcc.dg/cpp/warn-normalized-3.c: Update.
+       * gcc.dg/cpp/warn-cxx-compat-2.c: Update.
+       * gcc.dg/cpp/warn-trigraphs-3.c: Update.
+       * gcc.dg/cpp/warn-unused-macros-2.c: Update.
+       * gcc.dg/cpp/warn-trigraphs-4.c: Update.
+       * gcc.dg/cpp/warn-redefined-2.c: Update.
+       * gfortran.dg/warning-directive-2.F90: Update.
+       * c-c++-common/cpp/warning-directive-2.c: Update.
+
+2010-04-14  Michael Matz  <matz@suse.de>
+
+       PR tree-optimization/42963
+       * testsuite/gcc.dg/pr42963.c: New testcase.
+
+2010-04-14  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/class_wide.adb: Rename into...
+       * gnat.dg/class_wide1.adb: ...this.
+       * gnat.dg/class_wide2.ad[sb]: New test.
+
+2010-04-14  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/18918
+       * gfortran.dg/coarray_9.f90: Update dg-errors.
+       * gfortran.dg/coarray_10.f90: New test.
+       * gfortran.dg/coarray_11.f90: New test.
+
+2010-04-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR fortran/43747
+       gfortran.dg/initialization_24.f90: New test.
+
+2010-04-13  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp0x/lambda/lambda-deduce2.C: Remove.
+       * g++.dg/cpp0x/lambda/lambda-uneval.C: New.
+
+2010-04-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
+
+       * gcc.dg/cpp/cpp.exp: Test also c-c++-common/cpp.
+       * g++.dg/dg.exp: Likewise.
+       * gcc.dg/cpp/warning-directive-1.c: Move to ...
+       * c-c++-common/cpp/warning-directive-1.c: ... here.
+       * gcc.dg/cpp/warning-directive-2.c: Move to ...
+       * c-c++-common/cpp/warning-directive-2.c: ... here.
+       * gcc.dg/cpp/warning-directive-3.c: Move to ...
+       * c-c++-common/cpp/warning-directive-3.c: ... here.
+       * gcc.dg/cpp/warning-directive-4.c: Move to ...
+       * c-c++-common/cpp/warning-directive-4.c: ... here.
+       * g++.dg/cpp/warning-directive-1.C: Delete.
+       * g++.dg/cpp/warning-directive-2.C: Delete.
+       * g++.dg/cpp/warning-directive-3.C: Delete.
+       * g++.dg/cpp/warning-directive-4.C: Delete.
+       * gcc.dg/cpp/normalised-3.c: Delete.
+       * g++.dg/cpp/normalised-1.C: Rename as ...
+       * c-c++-common/cpp/normalised-3.c: ... this.
+
+2010-04-13  Martin Jambor  <mjambor@suse.cz>
+
+       * gcc.dg/tree-ssa/sra-9.c: New test.
+
+2010-04-13  Michael Matz  <matz@suse.de>
+
+       PR middle-end/43730
+       * gcc.dg/pr43730.c: New test.
+
 2010-04-13  Michael Matz  <matz@suse.de>
 
        * gcc.dg/tree-ssa/negate.c: New testcase.
        * gcc.dg/pr43211.c: New test.
        * gcc.dg/pr18809-1.c: Don't expect an error when calling foo.
 
-2010-03-19  Bernd Schmidt  <bernd.schmidt@codesourcery.com>
+2010-03-19  Bernd Schmidt  <bernds@codesourcery.com>
 
        PR rtl-optimization/42258
        * gcc.target/arm/thumb1-mul-moves.c: New test.