OSDN Git Service

PR c++/31074
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 28316c2..118d9ad 100644 (file)
-2007-04-05  Paul Thomas  <pault@gcc.gnu.org>\r
-\r
-       PR fortran/31483\r
-       * gfortran.dg/altreturn_5.f90: New test.\r
-
-2007-04-05  Paul Thomas  <pault@gcc.gnu.org>\r
-\r
-       PR fortran/31292\r
-       * gfortran.dg/contained_module_proc_1.f90: New test.\r
-\r
+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
+       * gfortran.dg/result_in_spec_1.f90: Increase dimension from 2
+       to 4 at line 38 to fix bounds problem.
+
+2007-04-11  Tobias Burnus  <burnus@net-b.de>
+
+       PR testsuite/31240
+       * gfortran.dg/pointer_intent_1.f90: Fix test.
+
+2007-04-10  Eric Christopher  <echristo@apple.com>
+
+       * lib/target-supports.exp
+       (check_effective_target_fstack_protector): Rewrite.
+
+2007-04-09  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/31449
+       * g++.dg/init/const5.C: New test.
+
+2007-04-09  Jan Hubicka  <jh@suse.cz>
+
+       * gcc.dg/tree-ssa/foldaddr-3.c: New file.
+
+2007-04-08  Jan Hubicka  <jh@suse.cz>
+
+       * gcc.dg/tree-ssa/foldaddr-2.c: New file.
+
+2007-04-07  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/31257
+       * gfortran.dg/achar_4.f90: New test.
+
+2007-04-07  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/30880
+       * gfortran.dg/used_dummy_types_8.f90: New test.
+
+2007-04-07  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/30872
+       * gfortran.dg/parameter_array_element_1.f90: New test.
+
+2007-04-07  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/31222
+       * gfortran.dg/default_numeric_type_1.f90: New test.
+
+2007-04-07  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/31424
+       * gfortran.dg/unreferenced_use_assoc_1.f90: New test.
+
+2007-04-07  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/31293
+       * gfortran.dg/interface_12.f90: New test.
+
+2007-04-07  Bruce Korb  <bkorb@gnu.org>
+
+       * gcc.dg/format/opt-6.c: New test.
+       * gcc.dg/format/nul-1.c: New test.
+       * gcc.dg/format/nul-2.c: New test.
+
+2007-04-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/31395
+       * gfortran.dg/fmt_colon.f90: New test.
+
+2007-04-06  Mark Mitchell  <mark@codesourcery.com>
+
+       * g++.old-deja/g++.other/init18.C: Use
+       dg-require-effective-target instead of an explicit xfail.
+
+2007-04-05  Janis Johnson  <janis187@us.ibm.com>
+
+       * gcc.dg/dfp/signbit-1.c
+       * gcc.dg/dfp/signbit-2.c
+
+2007-04-05  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/31483
+       * gfortran.dg/altreturn_5.f90: New test.
+
+2007-04-05  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/31292
+       * gfortran.dg/contained_module_proc_1.f90: New test.
+
 2007-04-04  Stuart Hastings  <stuart@apple.com>
 
        PR 31281