OSDN Git Service

2007-02-15 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index b03e9c0..67076ea 100644 (file)
@@ -1,3 +1,151 @@
+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