OSDN Git Service

enable mdynamic-no-pic bootstrap for x86 Darwin
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 53b1b48..bbcf32d 100644 (file)
@@ -1,3 +1,91 @@
+2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
+
+       * lib/plugin-support.exp (plugin-test-execute): Filter -mdynamic-no-pic from
+       plugin build flags on Darwin targets.
+
+2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gcc.target/i386/pr46285.c: Require split_stack target.
+
+2010-11-03  Jason Merrill  <jason@redhat.com>
+
+       PR c++/46293
+       * g++.dg/cpp0x/constexpr-base2.C: New.
+
+       PR c++/46289
+       * g++.dg/cpp0x/initlist45.C: New.
+
+2010-11-03  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       * objc.dg/property/dynamic-2.m: Updated for the fact that @dynamic
+       is now allowed in categories.
+       * obj-c++.dg/property/dynamic-2.mm: Same change.
+       * objc.dg/property/dynamic-3.m: New.
+       * obj-c++.dg/property/dynamic-3.mm: New.
+       * objc.dg/property/at-property-14.m: New.
+       * objc.dg/property/at-property-15.m: New.
+       * obj-c++.dg/property/at-property-14.mm: New.
+       * obj-c++.dg/property/at-property-15.mm: New.   
+
+       * objc.dg/foreach-6.m: Added a few more tests for valid and
+       invalid iterating variables and collections.
+       
+2010-11-03  Xinliang David Li  <davidxl@google.com>
+
+       PR target/46200
+       * g++.dg/tree-ssa/ivopts-2.C: New test.
+
+2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR target/46295
+       * gcc.target/i386/pr46295.c: New.
+
+2010-11-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
+
+       * gcc.target/powerpc/vsx-sfminmax.c: New test for using double
+       precision min/max for single precision on VSX.
+
+2010-11-03  Jason Merrill  <jason@redhat.com>
+
+       PR c++/46289
+       * g++.dg/cpp0x/constexpr-ice3.C: New.
+
+2010-11-03  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/opt8.ad[sb]: New test.
+       * gnat.dg/opt8_pkg.ads: New helper.
+
+2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR rtl-optimization/45865
+       * gcc.dg/pr45865.c: New.
+       * gcc.dg/torture/pr45865.c: Likewise.
+
+       * gcc.target/arm/headmerge-1.c: Revert revision 164552.
+       * gcc.target/arm/headmerge-2.c: Likewise.
+       * gcc.target/i386/headmerge-1.c: Likewise.
+       * gcc.target/i386/headmerge-2.c: Likewise.
+
+2010-11-03  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/46288
+       * gcc.dg/pr46288.c: New testcase.
+
+2010-11-03  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/44807
+       * gcc.dg/torture/pr44807.c: New testcase.
+
+2010-11-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/43899
+       * gfortran.dg/namelist_67.f90: New test.
+
+2010-11-03  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/46009
+       * gcc.dg/vect/pr46009.c: New function.
+
 2010-11-03  Nicola Pero  <nicola.pero@meta-innovation.com>
 
        Implemented -fobjc-std=objc1 flag.