OSDN Git Service

PR c++/51854
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 015c507..af5f550 100644 (file)
@@ -1,3 +1,53 @@
+2012-01-16  Jason Merrill  <jason@redhat.com>
+
+       PR c++/51854
+       * g++.dg/abi/mangle60.C: New.
+
+       PR c++/51827
+       * g++.dg/pch/mangle1.{C,Hs}: New.
+
+2012-01-16  Mikael Morin  <mikael@gcc.gnu.org>
+           Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/50981
+       * gfortran.dg/elemental_optional_args_3.f90: New
+       * gfortran.dg/elemental_optional_args_4.f90: New
+
+2012-01-16  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/51809
+       * gfortran.dg/use_20.f90: New
+
+2012-01-16  Jason Merrill  <jason@redhat.com>
+
+       PR c++/51868
+       * g++.dg/cpp0x/rv-bitfield.C: New.
+       * g++.dg/cpp0x/rv-bitfield2.C: New.
+
+2012-01-16  Paul Thomas  <pault@gcc.gnu.org>
+
+       * gfortran.dg/class_array_3.f03: Remove the explicit loop in
+       subroutine 'qsort' and use index array to assign the result.
+
+2012-01-16  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/51865
+       * gcc.dg/pr51865.c: New test.
+
+2012-01-15  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * gcc.dg/tree-ssa/ssa-dom-thread-4.c: Expect 4 threaded edges for MIPS.
+
+2012-01-15  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * gcc.target/mips/code-readable-2.c: Allow the jump table address
+       to be loaded from the constant pool, rather than via %hi and %lo.
+
+2012-01-15  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR rtl-optimization/51821
+       * gcc.dg/pr51821.c: New test.
+
 2012-01-15  Andreas Schwab  <schwab@linux-m68k.org>
 
        * gcc.dg/torture/pr8081.c: Fix char signedness assumption.