OSDN Git Service

PR target/36015
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 2d3ab19..2332f69 100644 (file)
@@ -1,3 +1,157 @@
+2008-04-24  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/36015
+       * gcc.dg/pr36015.c: New test.
+
+2008-04-24  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR rtl-optimization/36006
+       * gfortran.dg/pr36006-1.f90: New test.
+       * gfortran.dg/pr36006-2.f90: Ditto.
+
+2008-04-23  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR fortran/35994
+       * gfortran.dg/minmaxloc_5.f90: New test.
+       * gfortran.dg/minmaxloc_6.f90: New test.
+
+2008-04-23  Steve Ellcey  <sje@cup.hp.com>
+
+       * gcc.dg/array-init-1.c: Add big-endian number to check.
+
+2008-04-23  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/27799
+       PR tree-optimization/32921
+       PR tree-optimization/32624
+       * gcc.dg/tree-ssa/pr27799.c: New testcase.
+       * gcc.dg/tree-ssa/20030807-7.c: Remove xfail, scan vrp dump.
+
+2008-04-23  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/36021
+       * gcc.dg/attr-alloc_size-2.c: New testcase.
+
+2008-04-23  Kai Tietz  <kai.tietz@onevision.com>
+
+       * gcc.dg/20020919-1.c (loc_size_t): New type.
+       (_dl_stat): Use loc_size_t to cast pointers.
+       * gcc.c-torture/compile/20010327-1.c: Skip for x86_64-*-mingw*.
+
+2008-04-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
+
+       PR libfortran/35988
+       * gfortran.dg/matmul_7.f90:  New test.
+
+2008-04-22  Steve Ellcey  <sje@cup.hp.com>
+
+       * gcc.dg/struct/wo_prof_global_var.c: Initialize array.
+       * gcc.dg/struct/wo_prof_malloc_size_var.c: Ditto.
+       * gcc.dg/struct/w_prof_local_var.c: Ditto.
+       * gcc.dg/struct/w_prof_global_var.c: Ditto.
+       * gcc.dg/struct/wo_prof_local_var.c: Ditto.
+
+2008-04-22  Jason Merrill  <jason@redhat.com>
+
+       PR c++/35316
+       * g++.dg/cpp0x/decltype11.C: New.
+
+2008-04-23  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/36017
+       * gcc.dg/pr36017.c: New test.
+
+2008-04-22  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/35747
+       * g++.dg/ext/stmtexpr13.C: New test.
+
+2008-04-22  Ian Lance Taylor  <iant@google.com>
+
+       * gcc.c-torture/compile/20080419-1.c: New test.
+
+2008-04-22  Kris Van Hees <kris.van.hees@oracle.com>
+
+       PR testsuite/35981
+       * g++.dg/ext/utf-cvt.C: Handle 64-bit platforms correctly.
+       Add tests for 'long long'.
+       * gcc.dg/utf-cvt.c: Handle 64-bit platforms correctly.
+       Add tests for 'long long'.
+
+2008-04-22  Nick Clifton  <nickc@redhat.com>
+
+       * gcc.dg/Wconversion-real.c: Add missing end of comment marker.
+
+2008-04-21  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/31486
+       * gcc.target/i386/pr31486.c: New test.
+
+2008-04-21  Adam Nemet  <anemet@caviumnetworks.com>
+
+       * gcc.dg/profile-dir-1.c, gcc.dg/profile-dir-2.c,
+       gcc.dg/profile-dir-3.c: Generate tree_profile dump.  Check gcda
+       file name there instead of the assembly.  Cleanup tree_profile
+       dump file.
+
+2008-04-21  Steve Ellcey  <sje@cup.hp.com>
+
+       * gcc.dg/vect/vect-vfa-slp.c: XFAIL if vect_no_align.
+       * gcc.dg/vect/slp-25.c: Ditto.
+       * gcc.dg/vect/vect-outer-5.c: Ditto.
+       * gcc.dg/vect/pr33804.c: Ditto.
+       * gcc.dg/vect/vect-outer-4c.c: Ditto.
+       * gcc.dg/vect/no-vfa-vect-depend-1.c: Ditto.
+       * gcc.dg/vect/pr33953.c: Ditto.
+       * gcc.dg/vect/slp-3.c: Ditto.
+       * gcc.dg/vect/vect-iv-6.c: Ditto.
+
+2008-04-22  Jakub Jelinek  <jakub@redhat.com>
+
+       * g++.dg/ext/fixed1.C: Add dg-options.
+
+2008-04-21  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/26445
+       * g++.dg/other/i386-4.C: New test.
+
+2008-04-21  Jason Merrill  <jason@redhat.com>
+
+       PR c++/35325
+       * g++.dg/ext/fixed1.C: New.
+
+       PR c++/35678
+       * g++.dg/template/ttp27.C: New.
+
+2008-04-21  Tom Tromey  <tromey@redhat.com>
+
+       PR libcpp/33415:
+       * gcc.dg/cpp/pr33415.c: New file.
+
+2008-04-21  Olivier Hainque  <hainque@adacore.com>
+
+       * gnat.dg/bltins.adb: New testcase.
+
+2008-04-20  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR fortran/35991
+       * gfortran.dg/zero-sized_4.f90: New test.
+
+2008-04-20  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR fortran/35882
+       * gfortran.dg/continuation_5.f: Add some comment lines.
+       * gfortran.dg/continuation_3.f90: Add some comment lines.
+       
+2008-04-20  Thomas Koenig  <tkoenig@gcc.gnu.org>
+
+       PR libfortran/35960
+       * gfortran.dg/reshape_zerosize_1.f90:  New file.
+
+2008-04-20  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/alignment6.adb: New test.
+
 2008-04-19  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/35944