OSDN Git Service

2010-12-04 Daniel Kraft <d@domob.eu>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index b19b812..e48bf78 100644 (file)
@@ -1,3 +1,277 @@
+2010-12-04  Daniel Kraft  <d@domob.eu>
+
+       PR fortran/46794
+       * gfortran.dg/power2.f90: New test.
+
+2010-12-03  Jakub Jelinek  <jakub@redhat.com>
+
+       PR debug/46123
+       * g++.dg/debug/pr46123.C: New test.
+       * g++.dg/debug/dwarf2/pr46123.C: New test.
+
+2010-12-03  Jason Merrill  <jason@redhat.com>
+
+       PR c++/46058
+       * g++.dg/template/scope4.C: New.
+
+2010-12-03  Nathan Froyd  <froydnj@codesourcery.com>
+
+       * gcc.target/arm/neon-offset-1.c: New test.
+
+2010-12-03  Alexander Monakov  <amonakov@ispras.ru>
+
+       PR rtl-optimization/45354
+       * gcc.dg/tree-prof/pr45354.c: New.
+
+2010-12-03  Thomas Koenig  <tkoenig@gcc.gnu.org>
+
+       PR fortran/45159
+       * gfortran.dg/dependency_38.f90:  New test.
+
+2010-12-02  Ian Lance Taylor  <iant@google.com>
+
+       * lib/go.exp: New file.
+       * lib/go-dg.exp: New file.
+       * lib/go-torture.exp: New file.
+       * lib/target-supports.exp (check_compile): Match // Go.
+
+2010-12-02  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.dg/pr46685.c: New test.
+
+2010-12-02  Sebastian Pop  <sebastian.pop@amd.com>
+
+       PR tree-optimization/45199
+       * gcc.dg/tree-ssa/ldist-15.c: New.
+       * gcc.dg/tree-ssa/ldist-16.c: New.
+       * gfortran.dg/ldist-pr45199.f: New.
+
+2010-12-02  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/46723
+       * gcc.dg/torture/pr46723.c: New testcase.
+
+2010-12-02  Richard Guenther  <rguenther@suse.de>
+
+       PR lto/44871
+       * g++.dg/lto/20101126-1_0.C: New testcase.
+       * g++.dg/lto/20101126-1_1.c: Likewise.
+
+2010-12-02  Richard Guenther  <rguenther@suse.de>
+            Ira Rosen  <irar@il.ibm.com>
+
+       PR tree-optimization/46663
+       * gcc.dg/vect/pr46663.c: New test.
+
+2010-12-02  Jie Zhang  <jie@codesourcery.com>
+
+       PR middle-end/46674
+       * gcc.dg/pr46674.c: New test.
+
+2010-12-02  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       * objc.dg/exceptions-6.m: New.
+       * obj-c++.dg/exceptions-6.mm: New.
+
+2010-12-01  Jan Hubicka  <jh@suse.cz>
+
+       * gcc.c-torture/execute/bcp-1.c: Make ready for -fuse-linker-plugin
+
+2010-12-01  Sebastian Pop  <sebastian.pop@amd.com>
+
+       PR middle-end/45297
+       * gcc.dg/graphite/pr45297.c: New.
+
+2010-12-01  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/46730
+       * g++.dg/tree-prof/indir-call-prof-2.C: New testcase.
+
+2010-11-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
+
+       * gcc.target/powerpc/ppc-fma-7.c: New file, test that (a*b)+c and
+       (a*b)-c generates two fma instructions, instead of separate
+       multiply, add, and subtract.
+
+2010-11-30  Tobias Burnus  <burnus@net-b.de>
+
+       * gfortran.dg/realloc_on_assign_2.f03 (invima): Assign
+       a value to all array elements.
+
+2010-11-30  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/46722
+       * gcc.target/i386/fma4-fma-2.c: New testcase.
+
+2010-11-29  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       * objc.dg/duplicate-class-1.m: New.
+       * obj-c++.dg/duplicate-class-1.mm: New.
+
+2010-11-29  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       * objc.dg/property/dotsyntax-21.m
+       * obj-c++.dg/property/dotsyntax-21.mm
+
+2010-11-29  Alexandre Oliva  <aoliva@redhat.com>
+
+       PR debug/46338
+       * g++.dg/debug/pr46338.C: New.
+
+2010-11-29  Richard Guenther  <rguenther@suse.de>
+           Zdenek Dvorak  <rakdver@kam.uniff.cz>
+
+       PR tree-optimization/46675
+       * gcc.dg/pr46675.c: New test.
+
+2010-11-29  Iain Sandoe  <iains@gcc.gnu.org>
+
+       * gcc/testsuite/objc.dg/strings-1.m: Move to...
+       * gcc/testsuite/objc.dg/strings/strings-1.m: ... here. Update paths.
+       * gcc/testsuite/objc.dg/strings-2.m: Move to ...
+       * gcc/testsuite/objc.dg/strings/strings-2.m ... here, provide a
+       constructor and class reference for NeXT runtime.  Update paths.
+       * gcc/testsuite/obj-c++.dg/strings-1.m: Move to...
+       * gcc/testsuite/obj-c++.dg/strings/strings-1.m: ... here. Update paths.
+       * gcc/testsuite/obj-c++.dg/strings-2.m: Move to ...
+       * gcc/testsuite/obj-c__.dg/strings/strings-2.m ... here, provide a
+       constructor and class reference for NeXT runtime.  Update paths.
+
+2010-11-29  Dodji Seketeli  <dodji@redhat.com>
+
+       PR c++/42260
+       * g++.dg/conversion/cast2.C: New test.
+
+       PR c++/45383
+       * g++.dg/conversion/cond4.C: Likewise.
+
+2010-11-29  Dodji Seketeli  <dodji@redhat.com>
+
+       PR c++/45383
+       Reverted patch for PR c++/42260
+       * g++.dg/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.
+       * objc.dg/protocol-qualifier-2.m: New.
+       * obj-c++.dg/protocol-qualifier-1.mm: New.
+       * obj-c++.dg/protocol-qualifier-2.mm: New.
+
+2010-11-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * lib/gnat.exp: Load gcc.exp.
+       (gnat_target_compile): Use gcc_target_compile for *.c sources.
+       * gnat.dg/sse_nolib.adb: Use dg-require-effective-target sse_runtime.
+
+2010-11-26  Richard Guenther  <rguenther@suse.de>
+
+       PR lto/46648
+       * gcc.dg/lto/20101125-1_0.c: New testcase.
+       * gcc.dg/lto/20101125-1_1.c: Likewise.
+
+2010-11-22   Bud Davis  <jmdavis@link.com>
+
+       * arith_divide_no_check.f
+        ,arith_divide.f,old_style_init.f90: new tests.
+
+2010-11-26  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR tree-optimization/46665
+       * gfortran.dg/pr46665.f90: New.
+
+2010-11-26  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/46647
+       * gcc.dg/pr46647.c: New test.
+
+2010-11-25  Janus Weil  <janus@gcc.gnu.org>
+
+       PR fortran/46581
+       * gfortran.dg/select_type_19.f03: New.
+
+2010-11-25  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       * objc.dg/ivar-problem-1.m: New.
+       * obj-c++.dg/ivar-problem-1.mm: New.
+
 2010-11-25  Jakub Jelinek  <jakub@redhat.com>
 
        PR middle-end/46637