OSDN Git Service

* gcc.dg/pr33676.c: Move from gcc.dg/torture directory.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 6e5dba0..3041b96 100644 (file)
@@ -1,3 +1,182 @@
+2007-10-11  Kenneth Zadeck <zadeck@naturalbridge.com>
+
+       PR middle-end/33676
+       * gcc.dg/pr33676.c: New.
+
+2007-10-11  Paolo Carlini  <pcarlini@suse.de>
+
+       PR c++/31441
+       * g++.dg/cpp0x/variadic83.C: New.
+
+2007-10-11  Paolo Carlini  <pcarlini@suse.de>
+
+       PR c++/33461
+       * g++.dg/cpp0x/variadic81.C: New.
+       * g++.dg/cpp0x/variadic82.C: Likewise.
+
+2007-10-11  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/33724
+       * gcc.dg/pr33724.c: New testcase.
+
+2007-10-11  Richard Guenther  <rguenther@suse.de>
+
+       PR c/33726
+       * gcc.dg/pr33726.c: New testcase.
+
+2007-10-11  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR fortran/33500
+       * gfortran.fortran-torture/compile/logical-1.f90: New testcase.
+       
+2007-10-10  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR testsuite/33391
+       * gfortran.dg/do_3.F90: Run with -fwrapv.
+
+2007-10-09  Geoffrey Keating  <geoffk@apple.com>
+
+       * gcc.dg/unwind-1.c: New.
+
+2007-10-09  Thomas Koenig  <tkoenig@gcc.gnu.org>
+
+       PR libfortran/33683
+       * gfortran.dg/gamma_5.f90:  Adjust tolerance to avoid
+       failure on some common systems.
+
+2007-10-09  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/33692
+       * gcc.dg/pr33692.c: New testcase.
+
+2007-10-09  Kenneth Zadeck <zadeck@naturalbridge.com>
+
+       PR middle-end/33669
+       * gcc.c-torture/execute/pr33669.c: New.
+
+2007-10-09  Richard Sandiford  <rsandifo@nildram.co.uk>
+
+       PR tree-optimization/33615
+       * g++.dg/tree-ssa/pr33615-2.C: New test.
+
+2007-10-09  Richard Sandiford  <rsandifo@nildram.co.uk>
+
+       PR tree-optimization/33615
+       * g++.dg/tree-ssa/pr33615.C: New test.
+
+2007-10-08  Alexandre Oliva  <aoliva@redhat.com>
+
+       PR tree-optimization/33572
+       * g++.dg/torture/pr33572.C: Replace with complete test.
+
+2007-10-08  Tobias Schlüter  <tobi@gcc.gnu.org>
+
+       PR fortran/33689
+       * gfortran.dg/spec_expr_5.f90: New.
+
+2007-10-08  Geoffrey Keating  <geoffk@apple.com>
+
+       * gcc.dg/pragma-darwin-2.c: New.
+
+2007-10-08  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/33693
+       PR middle-end/33695
+       PR middle-end/33697
+       * gcc.dg/pr33693.c: New testcase.
+       * gcc.dg/pr33695.c: Likewise.
+       * gcc.dg/pr33697.c: Likewise.
+
+2007-10-08  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/33691
+       PR middle-end/33694
+       PR middle-end/33696
+       * gcc.dg/pr33691.c: New testcase.
+       * gcc.dg/pr33694.c: Likewise.
+       * gcc.dg/pr33696.c: Likewise.
+
+2007-10-07  Thomas Koenig  <tkoenig@gcc.gnu.org>
+
+       PR libfortran/33683
+       * gfortran.dg/gamma_5.f90:  New test case
+
+2007-10-07  Tobias Schlüter  <tobi@gcc.gnu.org>
+
+       PR fortran/20851
+       * initialization_1.f90: Fix dg-error annotations.
+       * initialization_14.f90: New.
+       * initialization_7.f90: Fix dg-error annotations.
+       * initialization_9.f90: Likewise.
+
+2007-10-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       * gfortran.dg/error_recovery_4.f90: New test.
+
+2007-10-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       * gfortran.dg/default_format_denormal_2.f90: New test.
+       * gfortran.dg/default_format_2.inc: New test.
+       * gfortran.dg/default_format_denormal_1.f90: New test.
+       * gfortran.dg/default_format_1.inc: New test.
+       * gfortran.dg/default_format_1.f90: Don't test for denormalized
+       numbers.
+       * gfortran.dg/default_format_2.f90: Don't test for denormalized
+       numbers.
+
+2007-10-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       * gfortran.dg/namelist_15.f90: Revise test.
+
+2007-10-06  Alexandre Oliva  <aoliva@redhat.com>
+
+       PR tree-optimization/33655
+       * gcc.dg/torture/pr33655.c: New.
+
+2007-10-06  Alexandre Oliva  <aoliva@redhat.com>
+
+       PR tree-optimization/33572
+       * g++.dg/torture/pr33572.C: New.
+
+2007-10-06  Tobias Schlüter  <tobi@gcc.gnu.org>
+
+       PR fortran/25076
+       * gfortran.dg/forall_11.f90: New.
+
+2007-10-05  Michael Matz  <matz@suse.de>
+
+       PR middle-end/33667
+       * gcc.dg/pr33667.c: New testcase.
+
+2007-10-05  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/33666
+       * gcc.dg/pr33666.c: New testcase.
+
+2007-10-05  Michael Matz  <matz@suse.de>
+
+       PR inline-asm/33600
+       * gcc.target/i386/pr33600.c: New testcase.
+
+2007-10-05  Richard Guenther  <rguenther@suse.de>
+
+       * g++.dg/tree-ssa/obj-type-ref.C: New testcase.
+
+2007-10-05  Richard Sandiford  <rsandifo@nildram.co.uk>
+
+       PR target/33635
+       * gcc.target/mips/pr33635-1.c: New test.
+
+2007-10-04  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libfortran/33253
+       * gfortran.dg/namelist_39.f90: Revise to use long names.
+
+2007-10-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR fortran/33646
+       * gfortran.dg/pr33646.f90: New file.
+
 2007-10-04  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
 
        PR fortran/33529