OSDN Git Service

2010-09-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 32889aa..d22f02c 100644 (file)
@@ -1,3 +1,93 @@
+2010-09-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libfortran/45532
+       * gfortran.dg/namelist_64.f90: New test.
+
+2010-09-13  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/45617
+       * gcc.target/i386/pr45617.c: New test.
+
+2010-09-13  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * gcc.target/i386/volatile-2.c: Allow underscores before symbols.
+
+2010-09-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gcc.target/i386/fma4-256-vector.c: Add -mtune=generic.
+       * gcc.target/i386/fma4-vector.c: Likewise.
+       * gcc.target/i386/vectorize2.c: Likewise.
+       * gcc.target/i386/vectorize4.c: Likewise.
+       * gcc.target/i386/vectorize5.c: Likewise.
+       * gcc.target/i386/vectorize6.c: Likewise.
+       * gcc.target/i386/vectorize8.c: Likewise.
+
+       * gcc.target/i386/vect-double-1.c: New.
+       * gcc.target/i386/vect-double-1a.c: Likewise.
+       * gcc.target/i386/vect-double-2.c: Likewise.
+       * gcc.target/i386/vect-double-2a.c: Likewise.
+
+       * lib/target-supports.exp (check_effective_target_vect_double):
+       Set et_vect_double_saved to 0 when tuning for Atom.
+
+2010-09-13  Jan Hubicka  <jh@suse.cz>
+
+       * gcc.dg/torture/pr23821.c: Drop static keyword.
+       * gcc.dg/tree-ssa/loop-19.c: Likewise.
+       * gcc.dg/tree-ssa/foldconst-4.c: New testcase.
+
+2010-09-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
+
+       * gcc.target/arm/sync-1.c: New.
+
+2010-09-12  Olivier Hainque  <hainque@adacore.com>
+
+       * gnat.dg/memtrap.adb: New test.
+
+2010-09-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       * gfortran.dg/promotion.f90: Fix options.
+
+2010-09-11  Rodrigo Rivas <rodrigorivascosta@gmail.com>
+
+       * g++.dg/cpp0x/range-for1.C: New.
+       * g++.dg/cpp0x/range-for2.C: New.
+       * g++.dg/cpp0x/range-for3.C: New.
+       * g++.dg/cpp0x/range-for4.C: New.
+       * g++.dg/cpp0x/range-for5.C: New.
+       * g++.dg/cpp0x/range-for6.C: New.
+
+2010-09-11  Mikael Morin  <mikael@gcc.gnu.org>
+
+       * gfortran.dg/inline_transpose_1.f90: Update temporary's locations
+       and counts. Check that transpose is not called.
+       * gfortran.dg/transpose_2.f90: Update error message.
+
+2010-09-10  Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
+
+       PR c++/43824
+       * g++.dg/lookup/strong-using-1.C: Set dg-options to "".
+       * g++.dg/lookup/strong-using-2.C: Likewise.
+       * g++.dg/lookup/strong-using-3.C: Likewise.
+       * g++.dg/lookup/strong-using-5.C: Likewise.
+
+       * g++.dg/cpp0x/inline-ns3.C: Add -std=c++0x.
+       * g++.dg/cpp0x/inline-ns4.C: New.
+       * g++.dg/cpp0x/inline-ns5.C: New.
+
+2010-09-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR middle-end/45634
+       * gfortran.fortran-torture/compile/pr45634.f90: New.
+
+2010-09-10  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       * objc.dg/fobjc-exceptions.m: New test.
+
+2010-09-10  Jan Hubicka  <jh@suse.cz>
+
+       * g++.dg/inherit/covariant7.C: Fix pattern matching.
+
 2010-09-10  Martin Jambor  <mjambor@suse.cz>
 
        PR tree-optimization/44972