OSDN Git Service

* semantics.c (speculative_access_check): New.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 7b38520..0fa5217 100644 (file)
@@ -1,3 +1,279 @@
+2010-11-04  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp0x/constexpr-access.C: New.
+
+2010-11-04  Richard Guenther  <rguenther@suse.de>
+
+       PR rtl-optimization/46183
+       * gcc.dg/torture/pr46183.c: New testcase.
+
+2010-11-04  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/46068
+       * gcc.dg/torture/pr46068.c: New testcase.
+
+2010-11-04  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/45991
+       * gcc.dg/pr45991.c: New testcase.
+
+2010-11-04  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/46154
+       * g++.dg/torture/pr46154.C: New testcase.
+
+2010-11-04  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/45733
+       * gcc.dg/pr45733.c: New testcase.
+
+2010-11-04  Ira Rosen  <irar@il.ibm.com>
+
+       PR tree-optimization/46213
+       * gfortran.dg/vect/pr46213.f90: New.
+
+2010-11-04  Richard Guenther  <rguenther@suse.de>
+
+       PR testsuite/45702
+       * gcc.dg/pr34989-1.c: Move ...
+       * gcc.dg/lto/pr34989-1_0.c: ... here.
+       * gcc.dg/pr34989-2.c: Move ...
+       * gcc.dg/lto/pr34989-1_1.c: ... here.
+       * gcc.dg/pr27898.c: Move ...
+       * gcc.dg/lto/pr27898_0.c: ... here and ...
+       * gcc.dg/lto/pr27898_1.c: ... split.
+       * gcc.dg/pr28712.c: Move ...
+       * gcc.dg/lto/pr28712_0.c: ... here and ...
+       * gcc.dg/lto/pr28712_1.c: ... split ...
+       * gcc.dg/lto/pr28712_2.c: ... twice.
+       * gcc.dg/pr28706.c: Move ...
+       * gcc.dg/lto/pr28706_0.c: ... here and ...
+       * gcc.dg/lto/pr28706_1.c: ... split.
+
+2010-11-04  Richard Guenther  <rguenther@suse.de>
+       Richard Henderson  <rth@redhat.com>
+
+       * gcc.target/i386/fma4-vector-2.c: New testcase.
+
+2010-11-04  Artjoms Sinkarovs <artyom.shinakroff@gmail.com>
+       Richard Guenther  <rguenther@suse.de>
+
+       * gcc.dg/vec-scal-opt.c: New testcase.
+       * gcc.dg/vec-scal-opt1.c: New testcase.
+       * gcc.dg/vec-scal-opt2.c: New testcase.
+
+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.
+       * objc.dg/fobjc-std-1.m: New.   
+       * obj-c++.dg/fobjc-std-1.mm: New.
+
+2010-11-03  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/46241
+       * g++.dg/debug/pr46241.C: New testcase.
+
+2010-11-03  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/46190
+       * gfortran.dg/pr46190.f90: New testcase.
+
+2010-11-03  Richard Guenther  <rguenther@suse.de>
+
+       PR testsuite/46274
+       * gcc.dg/tree-ssa/gen-vect-11a.c: Fix operator precedence.
+       * gcc.dg/vect/vect-19.c: Likewise.
+       * gcc.dg/vect/vect-17.c: Likewise.
+
+2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR target/46285
+       * gcc.target/i386/pr46285.c: New.
+
+2010-11-03  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/46217
+       * gcc.dg/pr46217.c: New testcase.
+
+2010-11-03  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       * objc.dg/property/dotsyntax-1.m: New.
+       * objc.dg/property/dotsyntax-2.m: New.  
+       * obj-c++.dg/property/dotsyntax-1.mm: New.
+       * obj-c++.dg/property/dotsyntax-2.mm: New.      
+
+2010-11-03  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/46165
+       * gcc.dg/pr46165.c: New test.
+
+2010-11-03  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/46251
+       * gcc.dg/pr46251.c: New testcase.
+
+2010-11-03  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/46107
+       * gcc.c-torture/compile/pr46107.c: New test.
+
+       PR debug/46252
+       * gcc.dg/pr46252.c: New test.
+
+       PR rtl-optimization/46034
+       PR rtl-optimization/46212
+       PR rtl-optimization/46248
+       * gcc.c-torture/compile/pr46034.c: New test.
+       * gcc.c-torture/compile/pr46248.c: New test.
+       * gcc.dg/pr46212.c: New test.
+
+2010-11-02  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/sizetype4.adb: New test.
+
+2010-11-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gcc.target/i386/avx-vzeroupper-15.c: New.
+       * gcc.target/i386/avx-vzeroupper-16.c: Likewise.
+       * gcc.target/i386/avx-vzeroupper-17.c: Likewise.
+       * gcc.target/i386/avx-vzeroupper-18.c: Likewise.
+
+       PR target/46253
+       * gcc.target/i386/pr46253.c: New.
+
+2010-11-02  Steven G. Kargl  < kargl@gcc.gnu.org>
+           Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/45170
+       * gfortran.dg/deferred_type_param_1.f90: New.
+       * gfortran.dg/deferred_type_param_2.f90: New.
+       * gfortran.dg/initialization_1.f90: Update dg-errors.
+       * gfortran.dg/initialization_9.f90: Update dg-errors.
+
+2010-11-02  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/46149
+       * g++.dg/torture/pr46149.C: New testcase.
+
+2010-11-02  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/46216
+       * gcc.dg/torture/pr46216.c: New testcase.
+
+2010-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR target/46131
+       * lib/target-supports.exp (add_options_for_tls): Pass -pthread for
+       *-*-osf*.
+
+2010-11-02  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/46184
+       * gcc.dg/pr46184.c: New testcase.
+
+2010-11-02  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/46177
+       * gcc.dg/pr46177.c: New testcase.
+
+2010-11-02  Martin Jambor  <mjambor@suse.cz>
+
+       PR middle-end/46120
+       * g++.dg/ipa/ivinline-9.C: New test.
+
+2010-11-02  Martin Jambor  <mjambor@suse.cz>
+
+       PR tree-optimization/45875
+       * g++.dg/torture/pr45875.C: New test.
+
 2010-11-02  Richard Guenther  <rguenther@suse.de>
 
        PR testsuite/46249