OSDN Git Service

./:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index b6a6c0a..883e51e 100644 (file)
@@ -1,3 +1,318 @@
+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
 
 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>