re PR testsuite/50722 (FAIL: gcc.dg/pr49994-3.c (test for excess errors))
[gcc.git] / gcc / testsuite / ChangeLog
index d4d2bc170e88eb1cad5563645bbf5fa41c954d00..cd043f2c12d8b2ace721e29ab78924b85ba58511 100644 (file)
@@ -1,3 +1,150 @@
+2012-04-06  Mike Stump  <mikestump@comcast.net>
+
+       PR testsuite/50722
+       * gcc.dg/pr49994-3.c: Use -w to squelch non-portable warnings.
+
+2012-04-05  Jason Merrill  <jason@redhat.com>
+
+       PR c++/52596
+       * g++.dg/template/qualified-id5.C: New.
+
+2012-04-05  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/52882
+       * gcc.target/i386/pr52882.c: New test.
+
+2012-04-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
+           Dominique D'Humieures  <dominiq@lps.ens.fr>
+
+       PR testsuite/52614
+       * gcc.dg/vect/vect.exp: Use -fno-common on all targets.
+       * gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp: Likewise.
+
+2012-04-04  Jason Merrill  <jason@redhat.com>
+
+       PR c++/52845
+       * g++.dg/cpp0x/lambda/lambda-warn4.C: New.
+
+2012-04-03  Jason Merrill  <jason@redhat.com>
+
+       PR c++/52796
+       * g++.dg/cpp0x/variadic-value1.C: New.
+
+2012-04-03  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/pack18.adb: New test.
+       * gnat.dg/pack18_pkg.ads: New helper.
+
+2012-04-03  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/52808
+       * gcc.dg/pr52808.c: New testcase.
+
+2012-04-03  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/52835
+       * gfortran.dg/pr52835.f90: New test.
+
+2012-04-03  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/specs/aggr5.ads: New test.
+
+2012-04-02  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/52756
+       * gcc.dg/torture/pr52756.c: New testcase.
+
+2012-04-02  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/52803
+       * gcc.dg/pr52803.c: New testcase.
+
+2012-04-02  Dodji Seketeli  <dodji@redhat.com>
+
+       PR c++/40942
+       * g++.old-deja/g++.pt/spec40.C: Adjust to take the resolution of
+       DR 214 in account.
+
+2012-04-01  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/50043
+       * g++.dg/cpp0x/noexcept17.C: New.
+       * g++.old-deja/g++.eh/cleanup1.C: Adjust.
+       * g++.dg/tree-ssa/ehcleanup-1.C: Likewise.
+       * g++.dg/cpp0x/noexcept01.C: Likewise.
+       * g++.dg/eh/init-temp1.C: Likewise.
+       * g++.dg/eh/ctor1.C: Likwise.
+
+2012-03-31  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/controlled6.adb: New test.
+       * gnat.dg/controlled6_pkg.ads: New helper.
+       * gnat.dg/controlled6_pkg-iterators.ad[sb]: Likewise.
+
+2012-03-30  Richard Henderson <rth@redhat.com>
+
+       PR debug/52727
+       * g++.dg/opt/pr52727.C: New testcase.
+
+2012-03-30  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/52754
+       * gcc.target/i386/pr52754.c: New testcase.
+
+2012-03-30  Richard Guenther <rguenther@suse.de>
+
+       PR middle-end/52772
+       * g++.dg/torture/pr52772.C: New testcase.
+
+2012-03-29  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/52718
+       * g++.dg/warn/Wzero-as-null-pointer-constant-5.C: New.
+
+2012-03-29  Jason Merrill  <jason@redhat.com>
+
+       PR c++/52685
+       * g++.dg/template/inherit8.C: New.
+
+2012-03-29  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/52759
+       * g++.dg/ext/weak4.C: New test.
+
+       PR tree-optimization/52760
+       * gcc.c-torture/execute/pr52760.c: New test.
+
+2012-03-29  Jason Merrill  <jason@redhat.com>
+
+       PR c++/52743
+       * g++.dg/cpp0x/initlist-array3.C: New.
+
+2012-03-28  Jason Merrill  <jason@redhat.com>
+
+       PR c++/52746
+       * g++.dg/overload/virtual2.C: New.
+
+2012-03-28  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/vect7.ad[sb]: New test.
+
+2012-03-28  Paul Thomas  <pault@gcc.gnu.org>
+       Tobias Burnus  <burnus@gcc.gnu.org>
+
+       PR fortran/52652
+       * gfortran.dg/allocate_class_1.f90 : Change error test.
+       * gfortran.dg/allocate_with_typespec_4.f90 : Change error test.
+       * gfortran.dg/allocate_alloc_opt_1.f90 : Change error test.
+       * gfortran.dg/deallocate_alloc_opt_1.f90 : Change error test.
+
+2012-03-28  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/52691
+       * gcc.dg/pr52691.c: New test.
+
+       PR middle-end/52750
+       * gcc.c-torture/compile/pr52750.c: New test.
+
 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
 
        PR target/52692