Add a testcase for PR debug/r53860
[gcc.git] / gcc / testsuite / ChangeLog
index 76ce7ff09bbfc871aa3e0b40602da4a30e5afa08..057f85769209fe083054e82fc23c8ca33850e244 100644 (file)
@@ -1,3 +1,89 @@
+2012-12-01  Zdenek Sojka <zsojka@seznam.cz>
+
+       PR debug/r53860
+       * g++.dg/debug/pr53860.C: New test.
+
+2012-12-01   Alessandro Fanfarillo <alessandro.fanfarillo@gmail.com>
+            Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/46897
+       * gfortran.dg/defined_assignment_1.f90: New test.
+       * gfortran.dg/defined_assignment_2.f90: New test.
+       * gfortran.dg/defined_assignment_3.f90: New test.
+       * gfortran.dg/defined_assignment_4.f90: New test.
+       * gfortran.dg/defined_assignment_5.f90: New test.
+
+2012-12-01  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/55542
+       * g++.dg/cpp0x/vt-55542.C: New test.
+
+2012-11-30  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/specs/pack9.ads: New test.
+
+2012-11-30  Martin Jambor  <mjambor@suse.cz>
+
+       PR middle-end/52890
+       PR tree-optimization/55415
+       PR tree-optimization/54386
+       PR target/55448
+       * gcc.dg/ipa/ipa-sra-7.c: New test.
+       * gcc.dg/ipa/ipa-sra-8.c: Likewise.
+       * gcc.dg/ipa/ipa-sra-9.c: Likewise.
+       * gcc.target/i386/pr55448.c: Likewise.
+
+2012-11-29  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * loop_optimization14.ad[sb]: New test.
+       * loop_optimization14_pkg.ads: New helper.
+
+2012-11-29  Richard Earnshaw  <rearnsha@arm.com>
+
+       PR target/55073
+       * gcc.target/arm/pr55073.C: New test.
+
+2012-11-29  Marc Glisse  <marc.glisse@inria.fr>
+
+       PR c++/53094
+       * g++.dg/ext/vector20.C: New testcase.
+
+2012-11-28  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/52161
+       * coarray/sync_3.f90: Extend test.
+
+2012-11-29  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/55512
+       * gcc.target/i386/pr55512-2.c: Remove unnecessary define.
+       * gcc.target/i386/pr55512-4.c: Likewise.
+
+2012-11-29  Ed Smith-Rowland  <3dw4rd@verizon.net>
+
+       PR c++/52654
+       * g++.dg/cpp0x/udlit-overflow.C: New.
+       * g++.dg/cpp0x/udlit-overflow-neg.C: New.
+
+2012-11-28  Jakub Jelinek  <jakub@redhat.com>
+
+       PR debug/36728
+       PR debug/55467
+       PR middle-end/55507
+       PR bootstrap/55511
+       * gcc.dg/guality/pr36728-1.c: Include "../nop.h", make sure the asm
+       are non-empty and add dependency between the first and second asm.
+       * gcc.dg/guality/pr36728-2.c: Likewise.
+       * gcc.dg/guality/pr36728-3.c: New test.
+       * gcc.dg/guality/pr36728-4.c: New test.
+
+2012-11-28  Andrew Pinski  <apinski@cavium.com>
+
+       PR bootstrap/54279
+       * lib/g++.exp (g++_init): Search for xg++ instead of g++ in the build
+       directories.
+       * lib/obj-c++.exp (obj-c++_init): Likewise.
+
 2012-11-28  Tobias Burnus  <burnus@net-b.de>
 
        PR fortran/52161