OSDN Git Service

2008-12-01 Mikael Morin <mikael.morin@tele2.fr>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 7d040e1..aafa7c0 100644 (file)
@@ -1,3 +1,170 @@
+2008-12-01  Mikael Morin  <mikael.morin@tele2.fr>
+
+       PR fortran/38252
+       * gfortran.dg/empty_function_1.f90: Fix latest commit.
+
+2008-12-01  Mikael Morin  <mikael.morin@tele2.fr>
+
+       PR fortran/38252
+       * gfortran.dg/empty_function_1.f90: New test.
+
+2008-12-01  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR rtl-optimization/33642
+       * gcc.c-torture/compile/pr11832.c: Extend XFAIL to alpha*-*-*.
+       * gcc.c-torture/compile/pr33009.c: Likewise.
+
+2008-12-01  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/38348
+       * g++.dg/gomp/for-19.C: New test.
+
+       PR rtl-optimization/38245
+       * gcc.dg/pr38245-1.c: New test.
+       * gcc.dg/pr38245-2.c: New test.
+
+2008-11-30  Daniel Kraft  <d@domob.eu>
+
+       PR fortran/37779
+       * gfortran.dg/recursive_check_1.f: Changed expected error message to
+       the more general new one.
+       * gfortran.dg/recursive_check_2.f90: Ditto.
+       * gfortran.dg/entry_18.f90: Ditto.
+       * gfortran.dg/recursive_check_4.f03: Do "the same" check also for
+       FUNCTIONS, as this is different in details from SUBROUTINES.
+       * gfortran.dg/recursive_check_6.f03: New test.
+
+2008-11-30  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * g++.dg/opt/reload3.C: New test.
+
+2008-11-30  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/35824
+       * gfortran.dg/alloc_comp_assign_8.f90 : New test.
+
+2008-11-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR middle-end/37843
+       * gcc.target/i386/pr37843-3.c: Make it nonpic targets only.
+
+2008-11-29  Janus Weil  <janus@gcc.gnu.org>
+           Tobias Burnus <burnus@gcc.gnu.org>
+
+       PR fortran/38289
+       PR fortran/38290
+       * gfortran.dg/proc_decl_1.f90: Extended test case.
+
+2008-11-29  Joseph Myers  <joseph@codesourcery.com>
+
+       * g++.dg/cpp/stringop-1.C: New test.
+
+2008-11-29  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/test_version.adb: Adjust to new string length.
+
+2008-11-28  Andrew Pinski  <andrew_pinski@playstation.sony.com>
+
+       PR testsuite/38311
+       * ssp-2.c: Link with -Wl,-multiply_defined,suppress on darwin.
+
+2008-11-28  Jason Merrill  <jason@redhat.com>
+
+       PR c++/38233
+       * g++.dg/init/array25.C: New test.
+       * g++.dg/init/value4.C: New test.
+
+       PR c++/38278
+       * g++.dg/lookup/name-clash8.C: New test.
+
+2008-11-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR middle-end/37843
+       * gcc.target/i386/pr37843-1.c: Make it nonpic targets only.
+       * gcc.target/i386/pr37843-2.c: Likewise.
+
+2008-11-28  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/37955
+       PR tree-optimization/37742
+       * gcc.c-torture/compile/pr37955.c: New testcase.
+       * gcc.c-torture/compile/pr37742-3.c: Likewise.
+
+2008-11-28  Jakub Jelinek  <jakub@redhat.com>
+
+       PR testsuite/38261
+       * gcc.dg/tree-ssa/alias-2.c: Only compile on nonpic targets.
+       * gcc.dg/torture/ipa-pta-1.c: Likewise.
+
+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