OSDN Git Service

Fix PR c++/42915
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 8e8362c..c8a911a 100644 (file)
@@ -1,3 +1,159 @@
+2010-02-05  Dodji Seketeli  <dodji@redhat.com>
+
+       PR c++/42915
+       g++.dg/other/crash-9.C: New test.
+
+2010-02-05  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/42309
+       * gfortran.dg/subref_array_pointer_4.f90 : New test.
+
+2010-02-04  Richard Guenther  <rguenther@suse.de>
+
+       PR rtl-optimization/42952
+       * gcc.dg/torture/pr42952.c: New testcase.
+
+2010-02-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libfortran/42901
+       * gfortran.dg/namelist_60.f90: New test.
+
+2010-02-03  Jason Merrill  <jason@redhat.com>
+
+       PR c++/40138
+       * g++.dg/ext/builtin11.C: New.
+
+       PR c++/4926
+       PR c++/38600
+       * g++.dg/abi/mangle35.C: New.
+       * g++.dg/abi/mangle37.C: New.
+
+       PR c++/12909
+       * g++.dg/abi/mangle36.C: New.
+
+       PR c++/35652
+       * g++.dg/warn/string1.C: New.
+
+2010-02-03  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/42944
+       * gcc.dg/errno-1.c: New testcase.
+
+2010-02-03  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/42927
+       * gcc.c-torture/compile/pr42927.c: New testcase.
+
+2010-02-03  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/42936
+       * gfortran.dg/null_4.f90: New test.
+
+2010-02-02  Jason Merrill  <jason@redhat.com>
+
+       PR c++/41090
+       * g++.dg/ext/label13.C: New.
+
+2010-02-02  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/42650
+       * gfortran.dg/func_result_5.f90: New test.
+
+2010-02-01  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/42922
+       * gfortran.dg/pure_initializer_3.f90: News test.
+
+2010-01-31  Janus Weil  <janus@gcc.gnu.org>
+
+       PR fortran/42888
+       * gfortran.dg/allocate_derived_2.f90: New test.
+
+2010-01-31  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR middle-end/42898
+       * gcc.dg/torture/pr42898-2.c: New test.
+
+2010-01-31  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/42898
+       * gcc.dg/torture/pr42898.c: New testcase.
+
+2010-01-31  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/38324
+       * gfortran.dg/alloc_comp_basics_1.f90: Remove option -O2.
+       * gfortran.dg/alloc_comp_bounds_1.f90: New test.
+
+2010-01-30  Paolo Bonzini  <bonzini@gnu.org>
+
+       * g++.dg/tree-ssa/inline-1.C: New.
+       * g++.dg/tree-ssa/inline-2.C: New.
+       * g++.dg/tree-ssa/inline-3.C: New.
+
+2010-01-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
+
+       PR testsuite/41701
+       * gcc.dg/builtins-58.c: Add -fno-ident to the options to prevent
+       the string 'pow' in the pathname of the compiler from generating a
+       test failure.
+
+2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * g++.old-deja/g++.mike/eh16.C: Rename err to e.
+       * g++.old-deja/g++.mike/eh17.C: Likewise.
+       * g++.old-deja/g++.mike/p5571.C: Likewise.
+
+2010-01-29  Dodji Seketeli  <dodji@redhat.com>
+
+       PR c++/42758
+       PR c++/42634
+       PR c++/42336
+       PR c++/42797
+       PR c++/42880
+       * g++.dg/other/crash-5.C: New test.
+       * g++.dg/other/crash-6.C: New test.
+       * g++.dg/other/crash-7.C: New test.
+       * g++.dg/other/crash-8.C: New test.
+
+2010-01-29  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/42889
+       * gcc.dg/pr42889.c: New test.
+
+2010-01-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gcc.target/i386/pr42881.c: Use SSE2.
+
+2010-01-28  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/42891
+       * gcc.target/i386/pr42891.c: New test.
+
+2010-01-28  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/42871
+       * g++.dg/torture/pr42871.C: New testcase.
+
+2010-01-28  Richard Guenther  <rguenther@suse.de>
+
+       * gcc.dg/Wobjsize-1.h: New testcase.
+       * gcc.dg/Wobjsize-1.c: Likewise.
+
+2010-01-28  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/42883
+       * g++.dg/torture/pr42883.C: New testcase.
+
+2010-01-28  Michael Matz  <matz@suse.de>
+
+       * gcc.target/i386/pr42881.c: New test.
+
+2010-01-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * gcc.misc-tests/linkage.exp: Remove mips-sgi-irix6*o32 support.
+       Add i?86-*-solaris2* support.
+
 2010-01-28  Dodji Seketeli  <dodji@redhat.com>
 
        PR c++/42713
@@ -7,7 +163,7 @@
 
 2010-01-27  Stephen Thomas  <stephen.thomas@arm.com>
 
-        * testsuite/gcc.dg/optimize-bswap*.c: Add ARM target
+       * testsuite/gcc.dg/optimize-bswap*.c: Add ARM target
 
 2010-01-27  Richard Guenther  <rguenther@suse.de>