OSDN Git Service

2007-02-22 Jerry DeLisle <jvdelisle@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 4870ee4..cab1453 100644 (file)
@@ -1,3 +1,448 @@
+2007-02-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/30910    
+       * gfortran.dg/fmt_zero_precision.f90: Update test.
+
+2007-02-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/torture/builtin-frexp-1.c: New test.
+
+2007-02-22  Mark Mitchell  <mark@codesourcery.com>
+
+       * g++.dg/opt/switch4.C: Pass -fshort-enums -w.
+
+2007-02-22  Ian Lance Taylor  <iant@google.com>
+
+       PR debug/30898
+       * g++.dg/debug/pr30898.C: New test.
+
+2007-02-22  Ira Rosen  <irar@il.ibm.com>
+
+       * gcc.dg/vect/vect-106.c: New test.
+
+2007-02-22  Dorit Nuzman  <dorit@il.ibm.com>
+            Ira Rosen  <irar@il.ibm.com> 
+
+       PR tree-optimization/30843
+       * gcc.dg/vect/pr30843.c: New test.
+
+2007-02-22  Dorit Nuzman  <dorit@il.ibm.com>
+
+        PR tree-optimization/30858
+       * gcc.dg/vect/pr30858.c: New test.
+
+2007-02-21  Mark Mitchell  <mark@codesourcery.com>
+
+       * lib/wrapper.exp (${tool}_maybe_build_wrapper): Allow the caller
+       to set options for compiling testglue.
+       * lib/g++.exp (g++_init): Compile testglue with -fexceptions.
+       * lib/obj-c++.exp (obj-c++_init): Likewise.
+
+2007-02-21  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/derived_aggregate.adb: New test.
+
+2007-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/torture/builtin-ldexp-1.c: Use -fno-finite-math-only on
+       sh* targets.  Call the correct CKSGN macro.
+
+2007-02-21  Jakub Jelinek  <jakub@redhat.com>
+
+       * gfortran.dg/gomp/omp_parse1.f90: New test.
+       * gfortran.dg/gomp/omp_parse2.f: New test.
+
+2007-02-20  Thomas Koenig  <Thomas.Koenig@online.de>
+
+       PR fortran/30869
+       * gfortran.dg/do_pointer_1.f90:  New test.
+
+2007-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/torture/builtin-nonneg-1.c: Add checks for scalb, scalbn
+       and scalbln.
+
+2007-02-20  Geoffrey Keating  <geoffk@apple.com>
+
+       * gcc.dg/darwin-minversion-1.c: New.
+       * gcc.dg/darwin-minversion-2.c: New.
+
+2007-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/builtins-34.c: Add scalb/scalbn/scalbln cases.
+
+2007-02-20  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
+            DJ Delorie <dj@redhat.com>
+
+       PR other/30824
+       * gcc.dg/Wfatal.c: New.
+       * gcc.dg/Wfatal-2.c: New.
+       * gcc.dg/Werror-1.c: Adjust expectations.
+       * gcc.dg/Werror-5.c: Likewise.
+       * gcc.dg/Werror-7.c: Likewise.
+       * gcc.dg/Werror-10.c: Likewise.
+       * gcc.dg/Werror-11.c: Likewise.
+
+2007-02-20  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/30522
+       * gfortran.dg/volatile10.f90: New test.
+
+2007-02-19  Thomas Koenig  <Thomas.Koenig@online.de>
+
+       PR libfortran/30533
+       * gfortran.dg/intrinsic_intkinds_1.f90:  New test.
+
+2007-02-19  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
+
+       * gcc.dg/20031012-1.c: Replace -Walways-true with -Waddress.
+       * gcc.dg/Walways-true-1.c: Likewise.
+       * gcc.dg/weak/weak-3.c: Likewise.
+       * gcc.dg/Werror-1.c: Likewise.
+       * gcc.dg/Werror-3.c: Likewise.
+       * gcc.dg/Werror-4.c: Likewise.
+       * gcc.dg/Werror-5.c: Likewise.
+       * gcc.dg/Werror-6.c: Likewise.
+       * gcc.dg/Werror-7.c: Likewise.
+       * gcc.dg/Werror-8.c: Likewise.
+       * gcc.dg/Werror-10.c: Likewise.
+       * gcc.dg/Werror-11.c: Likewise.
+       * gcc.dg/Werror-12.c: Likewise.
+       * g++.old-deja/g++.mike/warn8.C: Likewise.
+       * g++.dg/warn/Walways-true-1.C: Likewise.
+       * g++.dg/warn/Walways-true-2.C: Likewise.
+       * g++.dg/warn/noeffect8.C: Warn only with -Waddress.
+       * g++.dg/warn/Wstring-literal-comparison-1.C: Replace
+       -Wstring-literal-comparison with -Waddress.
+       * gcc.dg/Wstring-literal-comparison-4.c: Replace
+       -Wno-string-literal-comparison with -Wno-address.
+       
+2007-02-19  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/self_aggregate_with_call.adb: New test.
+
+2007-02-18  Dorit Nuzman  <dorit@il.ibm.com>
+
+       PR tree-optimization/30975
+       * gcc.dg/vect/vect-iv-8.c: Fix to include an induction. Xfail.
+       * gcc.dg/vect/vect-iv-8a.c: New (same as above, but signed).
+       * gcc.dg/vect/pr30795.c: New.
+
+2007-02-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR fortran/30681
+       * gfortran.dg/pr17229.f: Change "Obsolete" to "Obsolescent".
+
+2007-02-18  Roger Sayle  <roger@eyesopen.com>
+
+       PR rtl-optimization/28173
+       * gcc.target/i386/andor-1.c: New test case.
+
+2007-02-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/torture/builtin-ldexp-1.c: New.
+       * gcc.dg/torture/builtin-math-2.c: Add ldexp/scalbn/scalbln cases.
+
+2007-02-18  Roger Sayle  <roger@eyesopen.com>
+
+       * gfortran.dg/array_constructor_15.f90: New test case.
+
+2007-02-18  Roger Sayle  <roger@eyesopen.com>
+
+       * gfortran.dg/forall_10.f90: New test case.
+
+2007-02-18  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/tail_call_p.ads, tail_call_p.adb, tail_call.adb: New test.
+
+2007-02-18  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/test_prio_p.adb: Compile with -gnatws.
+       * lib/gnat.exp (gnat_target_compile): Pass -f to the driver.
+
+2007-02-16  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.target/i386/builtin-bswap-1.c: Remove -march=nocona.
+       * gcc.target/i386/builtin-bswap-3.c: Ditto.
+       * gcc.target/i386/xchg-1.c: New test.
+       * gcc.target/i386/xchg-2.c: New test. 
+
+2007-02-16  Richard Guenther  <rguenther@suse.de>
+           Christian Bruel  <christian.bruel@st.com>
+
+       * gcc.dg/strict-overflow-5.c: New testcase.
+
+2007-02-16  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/30793
+       * gfortran.dg/func_derived_4.f90: New test.
+
+2007-02-15  Roger Sayle  <roger@eyesopen.com>
+
+       PR middle-end/30391
+       * gfortran.dg/pr30391-1.f90: New test case.
+
+2007-02-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
+
+       PR middle-end/30433
+       * gcc.c-torture/compile/pr30433.c: New testcase to check
+       that complex constants comparisions are foldded.
+
+2007-02-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
+
+       PR C++/30158
+       * g++.dg/ext/stmtexpr10.C: New testcase.
+
+2007-02-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
+
+       PR middle-end/30729
+       * gcc.dg/Wunused-value-2.c: New testcase.
+
+2007-02-15  Ian Lance Taylor  <iant@google.com>
+
+       * g++.dg/eh/subreg-1.C: New test.
+
+2007-02-15  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
+
+       PR c/26494
+       * gcc.dg/Wimplicit-function-declaration-c89.c: New.
+       * gcc.dg/Wimplicit-function-declaration-c89-default.c: New.
+       * gcc.dg/Wimplicit-function-declaration-c89-pedantic.c: New.
+       * gcc.dg/Wimplicit-function-declaration-c99.c: New.
+       * gcc.dg/Wimplicit-function-declaration-c99-pedantic.c: New.
+       * gcc.dg/Werror-implicit-function-declaration.c: New.
+
+2007-02-15  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
+
+       PR c++/28943
+       * g++.dg/warn/pr28943.C: New.
+
+2007-02-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       * gfortran.fortran-torture/execute/math.f90: Fix typo.
+
+2007-02-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR fortran/30779
+       * gfortran.dg/error_recovery_3.f90: New test.
+
+2007-02-15  Alexandre Oliva  <aoliva@redhat.com>
+
+       * g++.dg/tree-ssa/sra-1.C: New.
+
+2007-02-15  Alexandre Oliva  <aoliva@redhat.com>
+
+       * g++.dg/tree-ssa/sra-1.C: New.
+
+2007-02-15  Alexandre Oliva  <aoliva@redhat.com>
+
+       * g++.dg/ext/interface4.C, g++.dg/ext/interface4.h: New.
+
+2007-02-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * g++.dg/tree-ssa/nothrow-1.C: Skip test if -fpic/-fPIC is used.
+
+2007-02-14  Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       PR fortran/30799
+       * gfortran.dg/logical_2.f90: New test.
+
+2007-02-14  Joseph Myers  <joseph@codesourcery.com>
+
+       * gcc.dg/torture/complex-alias-1.c: New test.
+
+2007-02-14  Zdenek Dvorak  <dvorakz@suse.cz>
+
+       * gcc.dg/tree-prof/update-tailcall.c: Use -fdump-tree-tailc
+       instead of -fdump-tree-tailcall.
+
+2007-02-14  Brooks Moses  <brooks.moses@codesourcery.com>
+
+       * gfortran.dg/interface_10.f90: Fix comment typo.
+
+2007-02-14  Dorit Nuzman  <dorit@il.ibm.com>
+
+       PR tree-optimization/30771
+       * gcc.dg/vect/pr30771.c: New test.
+
+2007-02-13  Ian Lance Taylor  <iant@google.com>
+
+       * gcc.dg/Wstrict-overflow-1.c: New test.
+       * gcc.dg/Wstrict-overflow-2.c: New test.
+       * gcc.dg/Wstrict-overflow-3.c: New test.
+       * gcc.dg/Wstrict-overflow-4.c: New test.
+       * gcc.dg/Wstrict-overflow-5.c: New test.
+       * gcc.dg/Wstrict-overflow-6.c: New test.
+       * gcc.dg/Wstrict-overflow-7.c: New test.
+       * gcc.dg/Wstrict-overflow-8.c: New test.
+       * gcc.dg/Wstrict-overflow-9.c: New test.
+       * gcc.dg/Wstrict-overflow-10.c: New test.
+
+2007-02-13  Roger Sayle  <roger@eyesopen.com>
+
+       * gcc.target/ia64/builtin-bswap-2.c: New test case.
+
+2007-02-13  Richard Henderson  <rth@redhat.com>
+
+       * gcc.c-torture/execute/ieee/pr29302-1.c: Moved from...
+       * gcc.c-torture/execute/pr29302-1.c: ... here.
+
+2007-02-13  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
+
+       PR c/29521
+       * gcc.dg/c90-return-1.c: Update output.
+       * gcc.dg/c99-return-1.c: Likewise.
+       
+2007-02-13  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/30554
+       * gfortran.dg/used_dummy_types_7.f90: New test..
+
+2007-02-12  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.target/i386/parity-1.c: New test.
+       * gcc.target/i386/parity-2.c: New test.
+
+2007-02-12  Roger Sayle  <roger@eyesopen.com>
+
+       * gcc.target/i386/builtin-bswap-3.c: New test case.
+
+2007-02-12  Dorit Nuzman  <dorit@il.ibm.com>
+
+       PR tree-optimization/29145
+       * gcc.dg/vect/vect-74.c: Xfail the test - cannot be vectorized until
+       alias analysis is improved to take better advantage of restrict
+       qualified pointers.
+       * gcc.dg/vect/vect-80.c: Likewise.
+       * gcc.dg/vect/pr29145.c: New.
+
+2007-02-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gcc.target/i386/sse4a-extract.c: Add "LL" to 64bit constants.
+       * gcc.target/i386/sse4a-insert.c: Likewise.
+
+2007-02-11  Roger Sayle  <roger@eyesopen.com>
+
+       * gcc.target/ia64/builtin-popcount-1.c: New test case.
+       * gcc.target/ia64/builtin-popcount-2.c: Likewise.
+
+2007-02-11  Tobias Schlüter  <tobi@gcc.gnu.org>
+
+       PR fortran/30478
+       * gfortran.dg/enum_4.f90: Update error message checks.
+
+2007-02-11  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/30554
+       * gfortran.dg/used_dummy_types_6.f90: Add the "privatized"
+       versions of the modules.
+
+       PR fortran/30617
+       * gfortran.dg/intrinsic_actual_2.f90: Make this legal fortran
+       by getting rid of recursive I/O and providing functions with
+       results.
+
+       PR fortran/30319
+       * gfortran.dg/char_array_constructor_2.f90
+
+2007-02-11  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/26988
+       * g++.dg/template/spec34.C: New test
+
+2007-02-11  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.dg/vect/vect-intfloat-conversion-1.c: Loop gets vectorized
+       on i?86 and x86_64.
+       * gcc.dg/vect/vect-intfloat-conversion-2.c: Ditto.
+       * gcc.dg/vect/vect-floatint-conversion-1.c: New.
+       * gcc.dg/vect/vect-93.c: Another loop gets vectorized
+       on i?86 and x86_64.
+       * gcc.dg/vect/vect-113.c: Ditto.
+
+2007-02-06  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/29487
+       * g++.dg/eh/weak1-C: New test.
+       * g++.dg/eh/weak1-a.cc: Likewise.
+       * g++.dg/eh/comdat1.C: Likewise.
+
+2007-02-11  Tehila Meyzels <tehila@il.ibm.com>
+           Dorit Nuzman  <dorit@il.ibm.com>
+
+       * gcc.dg/vect/vect-intfloat-conversion-1.c:  New test.
+       * gcc.dg/vect/vect-intfloat-conversion-1.c:  New test.
+       * gcc.dg/vect/vect-93.c: Another loop gets vectorized on powerpc.
+       * gcc.dg/vect/vect-113.c: Likewise.
+
+       * gcc.dg/vect/vect-iv-11.c: A loop gets vectorized.
+
+2007-02-10  Richard Henderson  <rth@redhat.com>
+
+       * lib/target-supports.exp (check_effective_target_tls): Redefine
+       to mean non-emulated tls.
+       * gcc.dg/tls/alias-1.c: Remove tls requirement.
+       * gcc.dg/tls/asm-1.c, gcc.dg/tls/debug-1.c, gcc.dg/tls/diag-1.c,
+       gcc.dg/tls/diag-2.c, gcc.dg/tls/diag-3.c, gcc.dg/tls/diag-4.c,
+       gcc.dg/tls/diag-5.c, gcc.dg/tls/init-1.c, gcc.dg/tls/nonpic-1.c,
+       gcc.dg/tls/opt-10.c, gcc.dg/tls/opt-5.c, gcc.dg/tls/opt-6.c,
+       gcc.dg/tls/opt-8.c, gcc.dg/tls/opt-9.c, gcc.dg/tls/pic-1.c,
+       gcc.dg/tls/struct-1.c, gcc.dg/tls/trivial.c: Likewise.
+
+2007-02-10  Zdenek Dvorak  <dvorakz@suse.cz>
+
+       * gcc.dg/tree-ssa/loop-25.c: Verify the result in the profile pass.
+
+2006-02-09  Brooks Moses  <brooks.moses@codesourcery.com>
+
+       * gfortran.dg/secnds.f: Replace time tolerance with a
+       before-and-after bracket.
+       * gfortran.dg/secnds-1.f: Likewise.
+
+2007-02-09  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/30512
+       * gfortran.dg/maxlocval_1.f90: New test.
+
+2007-02-09  Roger Sayle  <roger@eyesopen.com>
+
+       * gcc.target/ia64/builtin_bswap-1.c: New test case.
+
+2007-02-09  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+
+       PR fortran/30720
+       * gfortran.dg/array_function_1.f90: New test.
+
+2007-02-09  Richard Sandiford  <richard@codesourcery.com>
+
+       * lib/target-supports.exp (check_effective_target_lax_strtofp)
+       (check_effective_target_dummy_wcsftime): New functions.
+
+2007-02-09  Richard Sandiford  <richard@codesourcery.com>
+
+       * gcc.c-torture/execute/20030125-1.x: Return 1 for uClibc targets.
+       * lib/target-supports.exp (check_effective_target_uclibc): New
+       function.
+
+2007-02-09  Richard Sandiford  <richard@codesourcery.com>
+
+       * gcc.c-torture/execute/builtins/lib/chk.c: Include <sys/types.h>.
+       (vsnprintf): Don't define for uClibc targets.
+
+2007-02-09  Richard Sandiford  <richard@codesourcery.com>
+
+       * gcc.c-torture/execute/builtins/memops-asm-lib.c: Do the copy or
+       set before checking whether it was allowed.
+       * gcc.c-torture/execute/builtins/lib/memset.c: Do the memset
+       before checking inside_main.
+
+2007-02-09  Richard Sandiford  <richard@codesourcery.com>
+
+       * gcc.dg/compat/struct-layout-1.h (v16sf): Define to v4sf on
+       uClinux targets.
+       (u16sf): Likewise u4sf.
+       * g++.dg/compat/struct-layout-1.h: Likewise.
+
 2007-02-09  Richard Sandiford  <richard@codesourcery.com>
 
        * lib/target-supports.exp (check_effective_target_coldfire_fpu): New
        PR debug/30189
        * gcc.dg/pr30189.c: New test.
 
-2007-02-05      Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
+2007-02-05  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
 
-        * gcc.dg/i386-cpuid.h: Test whether SSE4A is supported
-        for running tests.
-        * gcc.target/i386/sse4a-extract.c: New test.
-        * gcc.target/i386/sse4a-insert.c: New test.
-        * gcc.target/i386/sse4a-montsd.c: New test.
-        * gcc.target/i386/sse4a-montss.c: New test.
+       * gcc.dg/i386-cpuid.h: Test whether SSE4A is supported
+       for running tests.
+       * gcc.target/i386/sse4a-extract.c: New test.
+       * gcc.target/i386/sse4a-insert.c: New test.
+       * gcc.target/i386/sse4a-montsd.c: New test.
+       * gcc.target/i386/sse4a-montss.c: New test.
 
 2007-02-05  Richard Guenther  <rguenther@suse.de>
 
 2007-02-04  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
 
        PR fortran/30611
-       * gcc/testsuite/gfortran.dg/repeat_1.f90: New test.
+       * gfortran.dg/repeat_1.f90: New test.
 
 2007-02-04  Steven G. Kargl <kargl@gcc.gnu.org>
 
 
 2007-01-06  Lee Millward  <lee.millward@codesourcery.com>
 
-       PR c++/19439
-       * g++.dg/template/duplicate1.C: New test
-       * g++.dg/template/memfriend6.C: Adjust error markers.
+       PR c++/19439
+       * g++.dg/template/duplicate1.C: New test
+       * g++.dg/template/memfriend6.C: Adjust error markers.
        
 2007-01-05  Andrew Pinski  <Andrew_Pinski@playstation.sony.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>
+           Andrew Pinski  <pinskia@gmail.com>
 
        PR C++/14329
        * g++.dg/warn/unit-1.C: New test.
        fail to link due to relocation overflows on spu-*-*.
 
 2006-11-27  Michael Matz  <matz@suse.de>
-            Andreas Krebbel  <krebbel1@de.ibm.com>
+           Andreas Krebbel  <krebbel1@de.ibm.com>
 
        PR target/29319
        * gcc.dg/20061127-1.c: New testcase.
        * gfortran.dg/pr29067.f: New test.
 
 2006-10-31  Joseph Myers  <joseph@codesourcery.com>
-            Richard Sandiford  <richard@codesourcery.com>
+           Richard Sandiford  <richard@codesourcery.com>
 
        * lib/target-supports.exp (get_compiler_messages): Append options
        as a single list element.
 
 2006-10-20  Lee Millward  <lee.millward@codesourcery.com>
 
-        PR c++/28053
-        * g++.dg/parse/bitfield1.C: Adjust error markers.
-        * g++.dg/parse/bitfield2.C: New test.
+       PR c++/28053
+       * g++.dg/parse/bitfield1.C: Adjust error markers.
+       * g++.dg/parse/bitfield2.C: New test.
 
 2006-10-20  Adam Nemet  <anemet@caviumnetworks.com>