OSDN Git Service

2006-12-09 Tobias Burnus <burnus@net-b.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index be7429e..b78b3ab 100644 (file)
+2006-12-09  Tobias Burnus  <burnus@net-b.de>
+
+       * gfortran.dg/array_2.f90: Added sqrt test.
+
+2006-12-08  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.target/i386/x87regparm-1.c: XFAIL.
+       * gcc.target/i386/x87regparm-2.c: XFAIL.
+       * gcc.target/i386/x87regparm-3.c: XFAIL.
+       * gcc.target/i386/x87regparm-4.c: XFAIL.
+
+2006-12-08  Manuel Lopez-Ibanez <manu@gcc.gnu.org>
+
+       * lib/target-supports.exp
+       (check_effective_target_large_long_double): New.  
+       * gcc.dg/Wconversion-real.c : Use it.  
+       * gcc.dg/Wconversion-integer.c : Fix for targets where char is
+       unsigned.
+
+2006-12-08  Mark Shinwell  <shinwell@codesourcery.com>
+
+       * gcc.c-torture/execute/mode-dependent-address.c: New test.
+
+2006-12-08  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/27546
+       * gfortran.dg/import4.f90: New test for IMPORT in modules.
+
+2006-12-07  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/29732
+       * g++.dg/template/crash65.C: New test.
+       * g++.dg/template/spec16.C: Tweak error markers.
+
+2006-12-07  Andrew Pinski  <andrew_pinski@playstation.sony.com>
+
+       * gcc.target/spu: New directory.
+       * gcc.target/spu/spu.exp: New file.
+       * gcc.target/spu/intrinsics-1.c: New test.
+
+2006-12-07  Lee Millward  <lee.millward@codesourcery.com>
+
+       PR c++/29980
+       * g++.dg/ext/attrib27.C: New test.
+       * g++.dg/parse/struct-as-enum1.C: Adjust error markers.
+       * g++.dg/parse/typedef5.C: Likewise.
+       
+2006-12-07  Mike Stump  <mrs@apple.com>
+
+       * treelang/compile/var_defs.tree: Adjust.
+
+2006-12-06  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/29730
+       * g++.dg/template/crash64.C: New test.
+       * g++.dg/parse/crash27.C: Adjust error markers.
+
+2006-12-06  Thomas Koenig  <Thomas.Koenig@online.de>
+
+       PR libfortran/30009
+       PR libfortran/30056
+       * gfortran.dg/read_eof_4.f90:  Add tests.
+       * gfortran.dg/readwrite_unf_direct_eor_1.f90:  New test.
+       * gfortran.dg/unf_read_corrupted_1.f90: New test.
+
+2006-12-05  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/29729
+       * g++.dg/template/crash63.C: New test.
+
+       PR c++/29728
+       * g++.dg/template/crash62.C: New test.
+
+2006-12-05  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/30003
+       * gfortran.dg/allocatable_function_1.f90: Increase the number
+       of expected calls of free to 10; the lhs section reference is
+       now evaluated so there is another call to bar.  Change the
+       comment appropriately.
+       * gfortran.dg/array_section_1.f90: New test.
+
+2006-12-05  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/29912
+       * gfortran.dg/char_result_12.f90: New test.
+
+2006-12-05  Richard Guenther  <rguenther@suse.de>
+
+       * gcc.dg/vect/vect.exp: Add support for -fno-math-errno tests.
+       * gcc.dg/vect/vect-pow-2.c: Rename to ...
+       * gcc.dg/vect/no-math-errno-vect-pow-1.c: ... this.  Require
+       vect_double, xfail for spu*-*-*.
+
+2006-12-04  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/29962
+       * initialization_4.f90: Test noninteger exponents (-std=f95).
+       * initialization_5.f90: New test for noninteger exponents
+         with -std=f2003.
+
+2006-12-04  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/29821
+       * gfortran.dg/parameter_array_section_1.f90: New test.
+
+2006-12-04  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/29733
+       * g++.dg/template/crash61.C: New test. 
+
+       PR c++/29632
+       * g++.dg/template/error23.C: New test.
+
+2006-12-04  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.target/i386/sse-18.c: Pass if CPU has no SSE2 support.
+
+2006-12-04  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/29916
+       * gfortran.dg/host_dummy_index_1.f90: Added additional test.
+
+2006-12-04  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/29965
+       * gcc.dg/gomp/pr29965-1.c: New test.
+       * gcc.dg/gomp/pr29965-2.c: New test.
+       * gcc.dg/gomp/pr29965-3.c: New test.
+       * gcc.dg/gomp/pr29965-4.c: New test.
+       * gcc.dg/gomp/pr29965-5.c: New test.
+       * gcc.dg/gomp/pr29965-6.c: New test.
+       * g++.dg/gomp/pr29965-1.C: New test.
+       * g++.dg/gomp/pr29965-2.C: New test.
+       * g++.dg/gomp/pr29965-3.C: New test.
+       * g++.dg/gomp/pr29965-4.C: New test.
+       * g++.dg/gomp/pr29965-5.C: New test.
+       * g++.dg/gomp/pr29965-6.C: New test.
+       * g++.dg/gomp/pr29965-7.C: New test.
+       * g++.dg/gomp/pr29965-8.C: New test.
+       * g++.dg/gomp/pr29965-9.C: New test.
+       * g++.dg/gomp/pr29965-10.C: New test.
+
+2006-12-04  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/pointer_variable_bounds.adb: New test.
+       * gnat.dg/pointer_variable_bounds.ads: Likewise.
+       * gnat.dg/pointer_variable_bounds_q.ads: Likewise.
+
+2006-12-03  Eric Christopher  <echristo@apple.com>
+
+       * gcc.target/i386/stack-prot-kernel.c: Skip for x86_64-*-darwin.
+
+2006-12-03  Richard Henderson  <rth@redhat.com>
+            Andrew Pinski  <pinskia@gmail.com>
+
+       PR C++/14329
+       * g++.dg/warn/unit-1.C: New test.
+
+2006-12-03  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.dg/visibility-11.c: Compile with -mstringop-strategy=libcall.
+
 2006-12-03  Dorit Nuzman  <dorit@il.ibm.com>
 
        * g++.dg/vect/vect.exp: Enable tests to run on spu.
        * gcc.dg/vect/vect.exp: Enable tests to run on spu.
        * gcc.dg/vect/no-section-anchors-vect-69.c: Reduce array size.
        * gcc.dg/vect/vect-70.c: Reduce array size.
-       * gcc.dg/vect/fast-math-vect-reduc-7.c: Xfail for 
+       * gcc.dg/vect/fast-math-vect-reduc-7.c: Xfail for
        vect_no_compaer_double targets.
        * lib/target-supports.exp: Add spu to vect_no_align, no_vect_int_max,
        vect_float, vect_double, and vect_int.
 
 2006-11-29  Andrew Pinski  <andrew_pinski@playstation.sony.com>
 
-        PR target/29945
+       PR target/29945
        * gcc.c-torture/compile/pr29945.c: New testcase.
-                       
+
 2006-11-30  Joseph Myers  <joseph@codesourcery.com>
 
        * gcc.dg/vect/vect.exp: Skip PowerPC targets not supporting