OSDN Git Service

PR testsuite/28870
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 17ed9f1..c8e42fc 100644 (file)
@@ -1,3 +1,119 @@
+2008-11-26  Janis Johnson  <janis187@us.ibm.com>
+
+       * lib/objc.exp (objc_target_compile): Fix typo from previous change.
+       * lib/gnat.exp (gnat_target_compile): Fix typo from previous change.
+
+       PR testsuite/28870
+       * lib/timeout.exp: New.
+       * lib/timeout-dg.exp: New.
+       * lib/gcc-dg.exp: Include new timeout library files.
+       (dg-test): Unset timeout variables.
+       * lib/gcc.exp (gcc_target_compile): Set timeout value from new proc.
+       * lib/g++.exp (g++_target_compile): Ditto.
+       * lib/gfortran.exp (gfortran_target_compile): Ditto.
+       * lib/objc.exp (objc_target_compile): Ditto.
+       * lib/obj-c++.exp (obj-c++_target_compile): Ditto.
+       * lib/obj-c++.exp (obj-c++_target_compile): Ditto.
+       * lib/gnat.exp (gnat_target_compile): Ditto.
+
+2008-11-26  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR middle-end/37843
+       * gcc.target/i386/pr37843-1.c: Make it Linux only.
+       * gcc.target/i386/pr37843-2.c: Likewise.
+
+2008-11-26  Kai Tietz  <kai.tietz@onevision.com>
+
+       * gcc.dg/callabi/func-indirect.c: New.
+
+2008-11-25  Jason Merrill  <jason@redhat.com>
+
+       PR c++/28743
+       * g++.dg/template/nontype18.C: New test.
+
+2008-11-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
+
+       * gcc.c-torture/compile/20080929-1.c: New.
+
+2008-11-25  Janis Johnson  <janis187@us.ibm.com>
+
+       * gfortran.dg/default_format_denormal_1.f90: Fix xfail for darwin.
+
+2008-11-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR middle-end/37843
+       * gcc.target/i386/align-main-3.c: New.
+       * gcc.target/i386/pr37843-1.c: Likewise.
+       * gcc.target/i386/pr37843-2.c: Likewise.
+       * gcc.target/i386/pr37843-3.c: Likewise.
+
+2008-11-25  Mikael Morin  <mikael.morin@tele2.fr>
+
+       PR fortran/36463
+       * gfortran.dg/proc_decl_20.f90: New test.
+
+2008-11-25  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/38151
+       PR middle-end/38236
+       * gcc.c-torture/execute/pr38151.c: New testcase.
+       * gcc.c-torture/execute/pr38236.c: Likewise.
+
+2008-11-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * g++.dg/eh/weak1.C: Don't xfail hppa*64*-*-*.
+
+2008-11-24  DJ Delorie  <dj@redhat.com>
+
+       * gcc.c-torture/execute/pr36321.c: Don't rely on argv[0] being set.
+
+2008-11-24  Mikael Morin  <mikael.morin@tele2.fr>
+
+       PR fortran/38184
+       * gfortran.dg/reshape_empty_1.f03: New test.
+
+2008-11-24  Jack Howarth  <howarth@bromo.med.uc.edu>
+
+       PR testsuite/38241
+       * g++.old-deja/g++.pt/const2.C: Prune output for Darwin.
+
+       PR testsuite/38076
+       * g++.dg/other/anon5.C: Skip on Darwin.
+
+       * gfortran.dg/default_format_denormal_1.f90: XFAIL on darwin8
+       and darwin9 subversions.
+
+2008-11-24  Maxim Kuvyrkov  <maxim@codesourcery.com>
+
+       PR target/35018
+       * gcc.target/m68k/pr35018.c: New.
+
+2008-11-24  Daniel Kraft  <d@domob.eu>
+
+       PR fortran/37779
+       * gfortran.dg/c_funloc_tests.f03: Added missing `RECURSIVE'.
+       * gfortran.dg/c_funloc_tests_2.f03: Ditto.
+       * gfortran.dg/recursive_check_4.f03: New test.
+       * gfortran.dg/recursive_check_5.f03: New test.
+
+2008-11-24  Mikael Morin <mikael.morin@tele2.fr>
+
+       PR fortran/35681
+       * gfortran.dg/elemental_dependency_1.f90: Really commit it.
+
+2008-11-24  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/34820
+       * gfortran.dg/alloc_comp_constructor_6.f90 : New test.
+       * gfortran.dg/alloc_comp_basics_1.f90 : Reduce expected refs to
+       'builtin_free' from 24 to 18.
+
+       PR fortran/34143
+       * gfortran.dg/alloc_comp_constructor_5.f90 : New test.
+
+       PR fortran/32795
+       * gfortran.dg/alloc_comp_constructor_4.f90 : New test.
+
 2008-11-23  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/37735