OSDN Git Service

gcc/testsuite
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index e16eaff..4aacdf2 100644 (file)
@@ -1,3 +1,135 @@
+2008-05-06  Tom Tromey  <tromey@redhat.com>
+
+       PR preprocessor/35313, PR preprocessor/36088:
+       * gcc.dg/cpp/pr35313.c: New file.
+       * gcc.dg/cpp/if-oppr.c: Remove test for ',' in a conditional
+       expression.
+       * gcc.dg/cpp/if-oppr2.c: New file.
+
+2008-05-06  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/36117
+       * gfortran.dg/bessel_2.f90: New.
+
+2008-05-06  Olivier Hainque  <hainque@adacore.com>
+
+       * gnat.dg/fatp_sra.adb: New test.
+       
+2008-05-05  Andrew Pinski  <andrew_pinski@playstation.sony.com>
+
+       PR middle-end/36141
+       * gcc.c-torture/pr36141.c: New testcase.
+
+2008-05-06  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * lib/target-supports.exp (check_effective_target_4byte_wchar_t):
+       New proc.
+       * gcc.dg/utf16-4.c: Use it.
+       * gcc.dg/utf32-4.c: Use it.
+       * g++.dg/ext/utf16-4.C: Use it.
+       * g++.dg/ext/utf32-4.C: Use it.
+
+2008-05-05  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * gfortran.dg/dev_null.f90. Remove and replace with...
+       * gfortran.dg/dev_null.F90: Use preprocessor define to
+       generalize the DEV_NULL name.
+
+2008-05-05  Andrew Pinski  <andrew.pinski@playstation.sony.com>
+
+       * gcc.dg/tree-ssa/forwprop-5.c: New testcase.
+       * gcc.dg/tree-ssa/forwprop-6.c: New testcase.
+       * gcc.dg/tree-ssa/forwprop-7.c: New testcase.
+       * gcc.dg/tree-ssa/forwprop-8.c: New testcase.
+       * gcc.dg/tree-ssa/forwprop-9.c: New testcase.
+
+2008-05-05  Ira Rosen  <irar@il.ibm.com>
+
+       PR tree-optimization/36119
+       * gfortran.dg/vect/pr36119.f: New test. 
+
+2008-05-04  Thomas Koenig  <tkoenig@gcc.gnu.org>
+
+       PR libfortran/35995
+       * gfortran.dg/intrinsic_ifunction_1.f90:  New test case.
+
+2008-05-04   Andy Hutchinson   <hutchinsonandy@aim.com>
+
+       * gcc.dg/nested-func-5.c: Skip for target without trampolines.
+       * gcc.dg/torture/nested-fn-1.c: Ditto.
+
+2008-05-04  Thomas Koenig  <tkoenig@gcc.gnu.org>
+
+       PR libfortran/35990
+       * gfortran.dg/intrinsic_pack_4.f90:  New test case.
+
+2008-05-03  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/discr6_pkg.ads: New helper.
+       * gnat.dg/discr6.adb: New test.
+
+2008-05-03  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/alignment4.adb: Adjust.
+       * gnat.dg/alignment5.adb: Likewise.
+       * gnat.dg/alignment6.adb: XFAIL.
+
+2008-05-03  Richard Guenther  <rguenther@suse.de>
+
+       * gcc.dg/tree-ssa/loop-36.c: Cleanup the dump file.
+
+2008-05-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR fortran/33268
+       * gfortran.dg/io_constraints_4.f90: New test.
+
+2008-05-01  Simon Baldwin <simonb@google.com>
+
+       PR bootstrap/36108
+       * testsuite/gcc.dg/Warray-bounds.c: Removed frontend warnings update.
+       * testsuite/g++.dg/warn/Warray-bounds.c: Ditto.
+       * testsuite/gcc.dg/Warray-bounds-noopt.c: Removed testcase.
+       * testsuite/g++.dg/warn/Warray-bounds-noopt.c: Ditto.
+
+2008-05-01  Bud Davis  <bdavis9659@sbcglobal.net>
+
+       PR fortran/PR35940      
+       * gfortran.dg/index.f90: New test.
+
+2008-05-01  Simon Baldwin <simonb@google.com>
+
+       * testsuite/gcc.dg/Warray-bounds.c: Updated for frontend warnings,
+       additional tests for arrays of size 0 and size 1.
+       * testsuite/g++.dg/warn/Warray-bounds.c: Ditto.
+       * testsuite/gcc.dg/Warray-bounds-noopt.c: New testcase.
+       * testsuite/g++.dg/warn/Warray-bounds-noopt.c: Ditto.
+
+2008-05-01  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/36093
+       * gcc.c-torture/execute/pr36093.c: New testcase.
+
+2008-04-30  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       * gfortran.dg/selected_char_kind_1.f90: New test.
+       * gfortran.dg/selected_char_kind_2.f90: New test.
+       * gfortran.dg/selected_char_kind_3.f90: New test.
+
+2008-04-28  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/35997
+       * gfortran.dg/use_rename_3.f90
+
+2008-04-30  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/21636
+       * gcc.dg/tree-ssa/ssa-ccp-19.c: New testcase.
+
+2008-04-30  Thomas Koenig  <tkoenig@gcc.gnu.org>
+
+       PR libfortran/35993
+       * gfortran.dg/intrinsic_product_1.f90:  New test case.
+
 2008-04-30  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/14847
 
 2008-04-30  Kai Tietz  <kai.tietz@onevision.com>
 
-       * gfortran.dg/chmod_1.f90: Disable for x86_64-*-mingw*.
+       * gfortran.dg/chmod_1.f90: Disable for *-*-mingw*.
        * gfortran.dg/chmod_2.f90: Likewise.
        * gfortran.dg/chmod_3.f90: Likewise.
        * gfortran.dg/open_errors.f90: Likewise.