OSDN Git Service

2006-12-09 Tobias Burnus <burnus@net-b.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index b97aa16..b78b3ab 100644 (file)
@@ -1,3 +1,436 @@
+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
+       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-12-03  Dorit Nuzman <dorit@il.ibm.com>
+
+       * gcc.dg/vect/pr16105.c: Remove xfail on vect_no_align targets. Add
+       test for loop versioning on vect_no_align targets.
+       * gcc.dg/vect/pr20122.c: Likewise.
+       * gcc.dg/vect/vect-105.c: Likewise.
+       * gcc.dg/vect/vect-42.c: Likewise.
+       * gcc.dg/vect/vect-43.c: Likewise.
+       * gcc.dg/vect/vect-74.c: Likewise.
+       * gcc.dg/vect/vect-75.c: Likewise.
+       * gcc.dg/vect/vect-multitypes-3.c: Likewise.
+       * gcc.dg/vect/vect-multitypes-6.c: Likewise.
+       * gcc.dg/vect/vect-8.c: Remove xfail on vect_no_align targets.
+       * gcc.dg/vect/vect-30.c: Remove xfail on vect_no_align targets.
+
+2006-12-03  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/29642
+       * gfortran.dg/value_1.f90 : New test.
+       * gfortran.dg/value_2.f90 : New test.
+       * gfortran.dg/value_3.f90 : New test.
+       * gfortran.dg/value_4.f90 : New test.
+       * gfortran.dg/value_4.c : Called from value_4.f90.
+
+2006-12-02  Andrew Pinski  <andrew_pinski@playstation.sony.com>
+
+       PR C++/30033
+       *  g++.dg/cpp0x/static_assert4.C: New testcase.
+
+2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/torture/builtin-sin-mpfr-1.c: Update MPFR comment.
+
+2006-12-02  Lee Millward  <lee.millward@codesourcery.com>
+
+       PR c/27953
+       * gcc.dg/pr27953.c: New test.
+
+2006-12-01  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       PR c++/30022
+       * g++.dg/ext/vector5.C: New test.
+
+       PR c++/30021
+       * g++.dg/other/main1.C: New test.
+
+2006-12-01  Thomas Koenig  <Thomas.Koenig@online.de>
+
+       PR libfortran/29568
+       * gfortran.dg/convert_implied_open.f90:  Change to
+       new default record length.
+       * gfortran.dg/unf_short_record_1.f90:  Adapt to
+       new error message.
+       * gfortran.dg/unformatted_subrecords_1.f90:  New test.
+
+2006-12-01  Andrew MacLeod  <amacleod@redhat.com>
+
+       * gcc.dg/max-1.c: Remove reference to -fno-tree-lrs option.
+
+2006-12-01  Ryan Mansfield  <rmansfield@qnx.com>
+
+       PR c++/29066
+       * g++.dg/expr/pr29066.c: New.
+
+2006-12-01  H.J. Lu  <hongjiu.lu@intel.com>
+           Zdenek Dvorak <dvorakz@suse.cz>
+
+       PR tree-optimization/29921
+       * gcc.dg/pr29921-2.c: New test.
+
+2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gcc.dg/i386-cpuid.h (bit_SSE3): New.
+       (i386_get_cpuid): New function.
+       (i386_cpuid_ecx): Likewise.
+       (i386_cpuid_edx): Likewise.
+       (i386_cpuid): Updated to call i386_cpuid_edx.
+
+       * gcc.target/i386/sse3-addsubpd.c: New file.
+       * gcc.target/i386/sse3-addsubps.c: Likewise.
+       * gcc.target/i386/sse3-haddpd.c: Likewise.
+       * gcc.target/i386/sse3-haddps.c: Likewise.
+       * gcc.target/i386/sse3-hsubpd.c: Likewise.
+       * gcc.target/i386/sse3-hsubps.c: Likewise.
+       * gcc.target/i386/sse3-lddqu.c: Likewise.
+       * gcc.target/i386/sse3-movddup.c: Likewise.
+       * gcc.target/i386/sse3-movshdup.c: Likewise.
+       * gcc.target/i386/sse3-movsldup.c: Likewise.
+
+2006-12-01  Dirk Mueller  <dmueller@suse.de>
+
+       * g++.dg/warn/Wreturn-type-4.C: New testcase.
+
+2006-11-30  Janis Johnson  <janis187@us.ibm.com>
+
+       * gcc.dg/dfp/convert-int-max.c: New test.
+       * gcc.dg/dfp/convert-int-max-fold.c: New test.
+
+2006-11-30  Richard Guenther  <rguenther@suse.de>
+
+       * gcc.dg/vect/vect-pow-1.c: Rename ...
+       * gcc.dg/vect/fast-math-vect-pow-1.c: ... to this.  Use
+       floats instead of doubles, check successful vectorization.
+
+2006-11-29  Andrew Pinski  <andrew_pinski@playstation.sony.com>
+
+       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
+       -maltivec.
+
+2006-11-29  Eric Christopher  <echristo@apple.com>
+
+       * gcc.dg/tree-ssa/prefetch-3.c: Allow x86_64, but require ilp32.
+
+2006-11-29  Janis Johnson  <janis187@us.ibm.com>
+
+       * gcc.dg/dfp/convert-int.c: Remove dg-do compile, fix comment.
+
+       * gcc.dg/dfp/convert-bfp.c: Skip long double conversions.
+
+2006-11-29  Lee Millward  <lee.millward@codesourcery.com>
+
+       PR c++/29022
+       * g++.dg/inherit/virtual2.C: New test.
+       * g++.dg/inherit/virtual3.C: Likewise.
+       * g++.old-deja/g++.bugs/900121_05.C: Adjust error markers.
+       * g++.dg/inherit/error2.C: Likewise.
+       * g++.dg/template/instantiate1.C: Likewise.
+
+2006-11-28  Andrew Pinski  <pinskia@gmail.com>
+
+       PR tree-opt/29984
+       * gcc.dg/tree-ssa/reassoc-12.c: New test.
+
+2006-11-28  Jan Hubicka  <jh@suse.cz>
+
+       * gcc.dg/memcpy-1.c: New test.
+
+2006-11-28  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/29735
+       * g++.dg/warn/main-3.C: New test.
+
+2006-11-28  Jan Hubicka  <jh@suse.cz>
+
+       * gcc.dg/winline-1.c: New test.
+
+2006-11-28  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * gcc.dg/pack-test-1.c: Use __alignof__ to determine natural
+       alignments.
+
+2006-11-28  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/29976
+       * gfortran.dg/missing_optional_dummy_3.f90
+
+2006-11-28  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/20880
+       * gfortran.dg/interface_3.f90: Modify errors.
+
+2006-11-28  Ben Elliston  <bje@au.ibm.com>
+
+       * lib/gcc-defs.exp (${tool}_check_compile): xfail test cases that
+       fail to link due to relocation overflows on spu-*-*.
+
+2006-11-27  Michael Matz  <matz@suse.de>
+            Andreas Krebbel  <krebbel1@de.ibm.com>
+
+       PR target/29319
+       * gcc.dg/20061127-1.c: New testcase.
+
+2006-11-27  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.dg/20061124-1.c: Add exit() function prototype.
+
+2006-11-27  Jan Hubicka  <jh@suse.cz>
+
+       * gcc.target/i386/memcpy-1.c: Adjust size.
+       * testsuite/gcc.dg/visibility-11.c: Likewise.
+
+2006-11-27  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/25620
+       * gcc.target/i386/pow-1.c: New testcase.
+       * gcc.dg/builtins-58.c: Likewise.
+
+2006-11-26  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/29886
+       * g++.dg/expr/cast8.C: New test.
+
+2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/torture/builtin-minmax-1.c: Test NaN in fmin/fmax.
+       Don't ever inline the testcase.
+
+2006-11-25  Andrew Pinski  <pinskia@gmail.com>
+
+       PR fortran/29982
+       * gfortran.fortran-torture/compile/parameter_3.f90: New
+       testcase.
+
+2006-11-25  Andrew Pinski  <pinskia@gmail.com>
+
+       PR fortran/29951
+       * gfortran.fortran-torture/execute/transfer2.f90: New test.
+
+2006-11-25  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+
+       * gfortran.fortran-torture/execute/specifics.f90: Remove test
+       for CHAR.
+
+2006-11-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/29936
+       * gfortran.dg/write_check3.f90: New test.
+
+2006-11-24  Andrew Pinski  <andrew_pinski@playstation.sony.com>
+
+       * gcc.dg/20061124-1.c: Add "exit(0);" to the end of main.
+
+2006-11-24  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/20880
+       * gfortran.dg/interface_3.f90: New test.
+
+       PR fortran/29387
+       * gfortran.dg/generic_8.f90: New test.
+
+2006-11-24  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+
+       * gfortran.dg/specifics_1.f90: Remove check for CHAR.
+       * gfortran.dg/specifics_2.f90: Remove check for CHAR.
+       * gfortran.dg/specifics_3.f90: Remove.
+
+2006-11-24  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/29955
+       * gcc.dg/gomp/pr29955.c: New test.
+
+       PR c/29736
+       * gcc.dg/pr29736.c: New test.
+
+2006-11-24  Andrew Pinski  <andrew_pinski@playstation.sony.com>
+
+       PR tree-opt/29964
+       * gcc.dg/pure-1.c: New test.
+
+2006-11-24  Joseph Myers  <joseph@codesourcery.com>
+
+       * g++.dg/eh/simd-2.C: Use -O -w in general for PowerPC.
+       * gcc.dg/debug/dwarf2/const-2.c: Use powerpc_altivec_ok.
+
 2006-11-24  Andreas Krebbel  <krebbel1@de.ibm.com>
 
        * gcc.dg/20061124-1.c: New testcase.
        * gfortran.dg/specifics_3.f90: Adjust pattern
          for matching error messages.
 
-2006-11-06  Janis Johnson  <janis187@us.ibm.com
+2006-11-06  Janis Johnson  <janis187@us.ibm.com>
            Bernhard Fischer  <aldot@gcc.gnu.org>
 
        * lib/gcc-dg.exp (output-exists): New proc.
        PR tree-optimization/21021
        * gcc.c-torture/compile/pr21021.c: New.
 
-2005-04-14  Janis Johnson  <janis187@us.ibm.com
+2005-04-14  Janis Johnson  <janis187@us.ibm.com>
 
        PR testsuite/21010
        * gcc.dg/vect/vect-ifcvt-1.c: Remove dg-do, add cleanup.
        PR c++/18793
        * g++.dg/init/aggr3.C: New test.
 
-2004-12-14  Janis Johnson  <janis187@us.ibm.com
+2004-12-14  Janis Johnson  <janis187@us.ibm.com>
 
        * gcc.dg/altivec-types-1.c: New test.
        * gcc.dg/altivec-types-2.c: New test.