OSDN Git Service

Use -fno-merge-debug-string for some dwarf tests
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index d51cc02..229c800 100644 (file)
@@ -1,8 +1,180 @@
+2009-09-08  Dodji Seketeli  <dodji@redhat.com>
+
+       Fix some test breakages on Darwin
+       * g++.dg/debug/dwarf2/namespace-1.C: Use -fno-merge-debug-string
+       and adjust.
+       * g++.dg/debug/dwarf2/template-func-params-6.C: Likewise.
+       * g++.dg/debug/dwarf2/template-func-params-7.C: Likewise.
+       * g++.dg/debug/dwarf2/template-params-6.C: Likewise.
+       * g++.dg/debug/dwarf2/pubnames-1.C: Likewise. Also, adjust to
+       take darwin specifics in account.
+
+2009-09-08  Joseph Myers  <joseph@codesourcery.com>
+
+       * gcc.dg/profile-dir-1.c, gcc.dg/profile-dir-2.c,
+       gcc.dg/profile-dir-3.c: Disable for remote-host testing.
+
+2009-09-08  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/39923
+       * g++.dg/cpp0x/initlist24.C: New.
+
+2009-09-08  Ozkan Sezer  <sezeroz@gmail.com>
+
+       * gcc.dg/large-size-array-2.c: Fix target requirement.
+       * gcc.dg/large-size-array-4.c: Likewise.
+       * gcc.dg/c90-const-expr-2.c: Define ZERO as 0LL for _WIN64.
+       * gcc.dg/c99-const-expr-2.c: Likewise.
+       * gcc.dg/c90-const-expr-6.c: Typedef ptrdiff_t with __extension__.
+       * gcc.dg/c90-const-expr-9.c: Typedef size_t with __extension__.
+       * gcc.dg/c90-const-expr-10.c: Likewise.
+       * gcc.dg/torture/pr39074.c: Use intptr_t typedef'ed as __PTRDIFF_TYPE__
+       instead of long.
+       * gcc.dg/tree-ssa/pr33920.c: Likewise.
+       * gcc.dg/vect/pr33846.c: Likewise.
+       * gcc.dg/vect/pr33833.c: Use uintptr_t, typedef'ed as unsigned
+       __PTRDIFF_TYPE__, instead of unsigned long.
+       * gcc.dg/vect/O1-pr33854.c: Use __SIZE_TYPE__ instead of unsigned long.
+
+2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
+
+       PR debug/41229
+       PR debug/41291
+       PR debug/41300
+       * gfortran.dg/pr41229.f90: New.
+
+2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
+
+       PR debug/41232
+       * gcc.dg/pr41232.c: New.
+
+2009-09-08  Joseph Myers  <joseph@codesourcery.com>
+
+       * gcc.misc-tests/i386-prefetch.exp: Skip tests when multilib flags
+       contain -march.
+       * gcc.dg/tree-ssa/prefetch-7.c, gcc.target/i386/387-1.c,
+       gcc.target/i386/387-5.c, gcc.target/i386/cmov7.c,
+       gcc.target/i386/funcspec-1.c, gcc.target/i386/funcspec-8.c,
+       gcc.target/i386/gcc-have-sync-compare-and-swap-1.c,
+       gcc.target/i386/gcc-have-sync-compare-and-swap-2.c,
+       gcc.target/i386/isa-6.c, gcc.target/i386/lea.c,
+       gcc.target/i386/pentium4-not-mull.c, gcc.target/i386/sse-5.c,
+       gcc.target/i386/ssefn-1.c: Skip when multilib flags contain -march
+       options other than that used in dg-options.
+
+2009-09-07  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/41239
+       * gcc.c-torture/execute/pr41239.c: New test.
+
+2009-09-07  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/41192
+       * gfortran.dg/namelist_59.f90: New test.
+
+2009-09-07  Bernd Schmidt  <bernd.schmidt@analog.com>
+
+       From Mike Frysinger  <michael.frysinger@analog.com>
+       * gcc.target/bfin/mcpu-bf542m.c: New file.
+       * gcc.target/bfin/mcpu-bf544m.c: Likewise.
+       * gcc.target/bfin/mcpu-bf546m.c: Likewise.
+       * gcc.target/bfin/mcpu-bf548m.c: Likewise.
+       * gcc.target/bfin/mcpu-bf549m.c: Likewise.
+
+2009-09-07  Martin Jambor  <mjambor@suse.cz>
+
+       PR middle-end/41282
+       * gcc.c-torture/compile/pr41282.c: New test.
+
+2009-09-07  Thomas Koenig  <tkoenig@gcc.gnu.org>
+
+       PR fortran/41197
+       * gfortran.dg/allocate_alloc_opt_1.f90:  Use scalar
+       variables for stat and errmsg.
+       * gfortran.dg/deallocate_alloc_opt_1.f90:  Likewise.
+       * gfortran.dg/allocate_stat_2.f90:  New test.
+
+2009-09-07  Bernd Schmidt  <bernd.schmidt@analog.com>
+
+       * gcc.c-torture/compile/20090907-1.c: New test.
+
+2009-09-06  Jakub Jelinek  <jakub@redhat.com>
+
+       PR bootstrap/41241
+       * gcc.dg/pr41241.c: New test.
+
+2009-09-06  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/41144
+       * g++.dg/torture/pr41144.C: New testcase.
+
+2009-09-06  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/41261
+       * gcc.dg/torture/pr41261.c: New testcase.
+
+2009-09-05  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/41181
+       * gcc.c-torture/compile/pr41181.c: New testcase.
+
+2009-09-05  Richard Guenther  <rguenther@suse.de>
+
+       PR debug/41273
+       * g++.dg/torture/pr41273.C: New testcase.
+
+2009-09-05  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/41258
+       * gfortran.dg/typebound_proc_12.f90 : New test.
+
+2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
+
+       PR debug/41225
+       * gfortran.dg/pr41225.f90: New.
+
+2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
+
+       * gcc.dg/guality/guality.h: Include stdint.h.  Drop unnecessary
+       unistd.h, sys/types.h and sys/wait.h.
+       (gualchk_t): New.
+       (GUALCVT): New.
+       (GUALCHKXPR, GUALCHKVAL, GUALCHKFLA): Use it.
+       (GUALITY_GDB_REDIRECT): New.
+       (GUALITY_GDB_ARGS): Use it.
+
+2009-09-04  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/41257
+       * g++.dg/torture/pr41257.C: New testcase.
+
 2009-09-04  Martin Jambor  <mjambor@suse.cz>
 
        PR tree-optimization/41112
        * gnat.dg/array8.adb: New test.
 
+2009-09-03  Daniel Gutson  <dgutson@codesourcery.com>
+
+       * gcc.target/arm/ctz.c: New test case.
+
+2009-09-03  Alon Dayan  <alond@il.ibm.com>
+
+       PR tree-optimization/38275
+       * testsuite/gcc.dg/autopar/reduc-1char.c: Increase number
+       of iterations. Adjust the logic accordingly.
+       * testsuite/gcc.dg/autopar/reduc-2char.c: Ditto.
+       * testsuite/gcc.dg/autopar/reduc-1.c: Ditto.
+       * testsuite/gcc.dg/autopar/reduc-2.c: Ditto.
+       * testsuite/gcc.dg/autopar/reduc-3.c: Ditto.
+       * testsuite/gcc.dg/autopar/reduc-6.c: Ditto.
+       * testsuite/gcc.dg/autopar/reduc-7.c: Ditto.
+       * testsuite/gcc.dg/autopar/reduc-8.c: Ditto.
+       * testsuite/gcc.dg/autopar/reduc-9.c: Ditto.
+       * testsuite/gcc.dg/autopar/pr39500-1.c: Ditto.
+       * testsuite/gcc.dg/autopar/reduc-1short.c: Ditto.
+       * testsuite/gcc.dg/autopar/reduc-2short.c: Ditto.
+       * testsuite/gcc.dg/autopar/parallelization-1.c: Ditto.
+
 2009-09-03  Jakub Jelinek  <jakub@redhat.com>
 
        * gcc.dg/guality/guality.exp: Only run guality tests if a trivial
        * gcc.dg/memcpy-1.c: Add . to match pattern.
        * gcc.dg/uninit-I.c: XFAIL warning test.
        * g++.dg/warn/unit-1.C: XFAIL warning test.
-       
+
 2009-09-02  Ian Lance Taylor  <iant@google.com>
 
        * gcc.dg/20090902-1.c: New test.
 2009-09-02  Olivier Hainque  <hainque@adacore.com>
 
        * gnat.dg/array7.ad[bs]: Add check for Signed_Integer_Type_Definition.
-       
+
 2009-09-02  Eric Botcazou  <ebotcazou@adacore.com>
-            Olivier Hainque  <hainque@adacore.com>
+           Olivier Hainque  <hainque@adacore.com>
 
        * gnat.dg/misaligned_param.adb: New test.
        * gnat.dg/misaligned_param_pkg.ad[sb]: New helper.
 
 2009-08-11  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
 
-       * gcc.target/arm/combine-cmp-shift.c: New test.
+       * gcc.target/arm/combine-cmp-shift.c: New test.
 
 2009-08-24  Kai Tietz  <kai.tietz@onevision.com>