OSDN Git Service

Fix PR c++/45383
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index d0b568a..a1ebffb 100644 (file)
@@ -1,3 +1,86 @@
+2010-11-29  Dodji Seketeli  <dodji@redhat.com>
+
+       PR c++/45383
+       Reverted patch for PR c++/42260
+       * conversion/cast2.C: Reverted new test.
+
+2010-11-29  Dodji Seketeli  <dodji@redhat.com>
+
+       PR debug/46101
+       * g++.dg/debug/dwarf2/typedef5.C: New test
+
+2010-11-29  Iain Sandoe  <iains@gcc.gnu.org>
+           Mike Stump  <mrs@gcc.gnu.org>
+
+       PR target/26427
+       PR target/33120
+       PR testsuite/35710
+       * gcc.target/powerpc/darwin-abi-12.c: Adjust for new allocators.
+       * gcc.dg/pr26427.c: Remove redundant warning for powerpc.
+       * gcc.dg/darwin-comm.c: Adjust for new allocators.
+       * gcc.dg/darwin-sections.c: New test.
+       * g++.dg/ext/instantiate2.C: Adjust for new allocators.
+
+2010-11-29  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       * objc.dg/exceptions-1.m: New.
+       * objc.dg/exceptions-2.m: New.
+       * objc.dg/exceptions-3.m: New.
+       * objc.dg/exceptions-4.m: New.
+       * objc.dg/exceptions-5.m: New.
+       * obj-c++.dg/exceptions-1.mm: New.
+       * obj-c++.dg/exceptions-2.mm: New.
+       * obj-c++.dg/exceptions-3.mm: New.
+       * obj-c++.dg/exceptions-4.mm: New.
+       * obj-c++.dg/exceptions-5.mm: New.
+
+2010-11-29  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       * obj-c++.dg/property/at-property-1.mm: Fixed testcase.
+       * obj-c++.dg/property/at-property-16.mm: Fixed testcase.
+       * obj-c++.dg/property/at-property-20.mm: Fixed testcase.
+
+2010-11-28  Janus Weil  <janus@gcc.gnu.org>
+
+       PR fortran/46662
+       * gfortran.dg/proc_ptr_comp_pass_7.f90: New.
+
+2010-11-28  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/aliasing2.adb (dg-final): Robustify pattern matching.
+       * gnat.dg/pack9.adb (dg-final): Likewise.
+
+2010-11-28  Paul Thomas  <pault@gcc.gnu.org
+
+       PR fortran/35810
+       * gfortran.dg/realloc_on_assign_1.f03: New test.
+       * gfortran.dg/realloc_on_assign_2.f03: New test.
+       * gfortran.dg/transpose_2.f90: dg-option -fno-realloc-lhs.
+       * gfortran.dg/unpack_bounds_1.f90: The same.
+       * gfortran.dg/cshift_bounds_2.f90: The same.
+       * gfortran.dg/matmul_bounds_2.f90: The same.
+       * gfortran.dg/matmul_bounds_3.f90: The same.
+       * gfortran.dg/matmul_bounds_4.f90: The same.
+       * gfortran.dg/matmul_bounds_5.f90: The same.
+
+2010-11-27  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/46638
+       PR fortran/46668
+       * gfortran.dg/transfer_simplify_10.f90: Fix endian issue.
+
+2010-11-27  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       PR objc++/46222 
+       * obj-c++.dg/property/at-property-2.mm: Uncommented testcase.
+
+2010-11-27  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       * objc.dg/property/at-property-24.m: New.
+       * objc.dg/property/at-property-25.m: New.       
+       * obj-c++.dg/property/at-property-24.mm: New.
+       * obj-c++.dg/property/at-property-25.mm: New.
+
 2010-11-27  Nicola Pero  <nicola.pero@meta-innovation.com>
 
        * objc.dg/protocol-qualifier-1.m: New.