OSDN Git Service

PR c++/31074
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 196c19a..118d9ad 100644 (file)
@@ -1,3 +1,96 @@
+2007-04-13  Jason Merrill  <jason@redhat.com>
+
+       PR c++/31074
+       * conv3.C: New test.
+
+2007-04-13  Mike Stump  <mrs@apple.com>
+
+       * obj-c++.dg/stubify-1.mm: Only run on powerpc.
+       * obj-c++.dg/template-4.mm: Don't run when 64-bit.
+
+2007-04-13  Joseph Myers  <joseph@codesourcery.com>
+
+       PR tree-optimization/29598
+       * gcc.dg/tree-ssa/loadpre1.c: XFAIL.
+
+2007-04-13  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/31559
+       * gfortran.dg/func_assign.f90: New test.
+
+2007-04-13  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/31550
+       * gfortran.dg/used_types_16.f90: New test.
+
+2007-04-13  Tobias Schlüter  <tobi@gcc.gnu.org>
+
+       PR fortran/18937
+       * gfortran.dg/goto_2.f90: New.
+       * gfortran.dg/goto_3.f90: New.
+       * gfortran.dg/pr17708.f90: Rename to ...
+       * gfortran.dg/goto_4.f90: ... this, add comment pointing to PR.
+
+2007-04-13  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/31562
+       * gfortran.dg/f2c_4.c: Use GNU extensions for complex
+       instead of a struct.
+
+2007-04-13  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/31562
+       * gfortran.dg/value_4.c: Use GNU extensions for complex
+       instead of a struct.
+
+2007-04-13  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/21258
+       * gcc.dg/tree-ssa/vrp34.c: New testcase.
+
+2007-04-12  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       * gfortran.dg/c_by_val.c: Use GCC extensions instead of including
+       <complex.h>.
+
+2007-04-12  Tobias Schlüter  <tobi@gcc.gnu.org>
+
+       PR fortran/31250
+       * gfortran.dg/char_length_2.f90: New.
+       * gfortran.dg/repeat_2.f90: Add dg-warning annotations.
+       * gfortran.dg/repeat_4.f90: Likewise.
+
+       PR fortran/31266
+       * gfortran.dg/char_assign_1.f90: New.
+
+       PR fortran/31471
+       * gfortran.dg/block_name_1.f90: New.
+       * gfortran.dg/block_name_2.f90: New.
+
+2007-04-12  Douglas Gregor  <doug.gregor@gmail.com>
+
+       PR c++/31078
+       * g++.dg/other/pr31078.C: New.
+
+2007-04-12  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/31169
+       * gcc.c-torture/execute/pr31169.c: New testcase.
+
+2007-04-12  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/24689
+       PR tree-optimization/31307
+       * g++.dg/tree-ssa/pr31307.C: New testcase.
+       * gcc.dg/tree-ssa/pr24689.c: Likewise.
+
+2007-04-12  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/31472
+       * gfortran.dg/access_spec_1.f90: New test.
+       * gfortran.dg/access_spec_2.f90: New test.
+       * gfortran.dg/non_module_public.f90: Match new error message.
+
 2007-04-11  Paul Thomas  <pault@gcc.gnu.org>
 
        PR testsuite/31538