OSDN Git Service

PR rtl-optimization/31360
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 2b0d880..36592ab 100644 (file)
@@ -1,3 +1,147 @@
+2007-04-17  Zdenek Dvorak  <dvorakz@suse.cz>
+
+       PR rtl-optimization/31360
+       * gcc.dg/loop-7.c: New test.
+
+2007-04-17  Mark Mitchell  <mark@codesourcery.com>
+
+       * gcc.misc-tests/linkage.exp: Do not run on remote hosts.
+       * lib/compat.exp (compat-run): Use file_on_host, not remote_file
+       build.
+       (compat-execute): Likewise.
+       * lib/copy-file.exp (gcc_copy_files): Use remote_download to copy
+       files to remote hosts.
+       * lib/c-ctorture.exp (c-torture-compile): Likewise.
+       (c-torture-execute): Likewise.
+       * lib/dg-pch.exp (dg-pch): Use file_on_host, not remote_file build
+       or plain file.  Use remote_upload and remote_download to copy
+       files about.
+       * lib/scanasm.exp (dg-scan): Upload the file from the remote host
+       before scanning it.
+
+2007-04-17  Dorit Nuzman  <dorit@il.ibm.com>
+
+       * gcc.dg/vect/no-tree-scev-cprop-vect-iv-3.c: New test.
+
+2007-04-16  Lawrence Crowl  <crowl@google.com>
+
+       * g++.dg/other/fesd-any.C: Test -femit-struct-debug-detailed=any.
+       * g++.dg/other/fesd-any.h: Test -femit-struct-debug-detailed=any.
+       * g++.dg/other/fesd-baseonly.C: Test -femit-struct-debug-baseonly.
+       * g++.dg/other/fesd-baseonly.h: Test -femit-struct-debug-baseonly.
+       * g++.dg/other/fesd-none.C: Test -femit-struct-debug-detailed=none.
+       * g++.dg/other/fesd-none.h: Test -femit-struct-debug-detailed=none.
+       * g++.dg/other/fesd-reduced.C: Test -femit-struct-debug-reduced.
+       * g++.dg/other/fesd-reduced.h: Test -femit-struct-debug-reduced.
+       * g++.dg/other/fesd-sys.C: Test -femit-struct-debug-detailed=sys.
+       * g++.dg/other/fesd-sys.h: Test -femit-struct-debug-detailed=sys.
+       * g++.dg/other/fesd.h: Common to -femit-struct-debug-... tests.
+
+       * gcc.dg/fesd-any.c: Test -femit-struct-debug-detailed=any.
+       * gcc.dg/fesd-any.h: Test -femit-struct-debug-detailed=any.
+       * gcc.dg/fesd-baseonly.c: Test -femit-struct-debug-baseonly.
+       * gcc.dg/fesd-baseonly.h: Test -femit-struct-debug-baseonly.
+       * gcc.dg/fesd-none.c: Test -femit-struct-debug-detailed=none.
+       * gcc.dg/fesd-none.h: Test -femit-struct-debug-detailed=none.
+       * gcc.dg/fesd-reduced.c: Test -femit-struct-debug-reduced.
+       * gcc.dg/fesd-reduced.h: Test -femit-struct-debug-reduced.
+       * gcc.dg/fesd-sys.c: Test -femit-struct-debug-detailed=sys.
+       * gcc.dg/fesd-sys.h: Test -femit-struct-debug-detailed=sys.
+       * gcc.dg/fesd.h: Common to -femit-struct-debug-... tests.
+
+2007-04-16  Ian Lance Taylor  <iant@google.com>
+
+       PR tree-optimization/31522
+       * gcc.dg/Wstrict-overflow-16.c: New test.
+
+2007-04-17  Kazu Hirata  <kazu@codesourcery.com>
+
+       * gcc.dg/cpp/_Pragma6.c: Skip on fido-*-* and m68k-*-*.
+
+2007-04-17  Tobias Schlüter  <tobi@gcc.gnu.org>
+
+       PR fortran/31144
+       * gfortran.dg/module_naming_1.f90: New.
+
+2007-04-16  Richard Sandiford  <richard@codesourcery.com>
+
+       * lib/target-supports.exp (check_profiling_available): Return
+       false for m68k-*-uclinux.
+
+2007-04-16  Seongbae Park <seongbae.park@gmail.com>
+
+       PR c++/29365
+       Testcase for c++ anonymous namespace warning
+
+       * g++.dg/warn/anonymous-namespace-1.C: New test
+       * g++.dg/warn/anonymous-namespace-1.h: New test
+
+>>>>>>> .r123913
+2007-04-14  Andrew Pinski  <andrew_pinski@playstation.sony.com>
+
+       PR testsuite/31578
+       * gcc.dg/gnu89-init-4.c: Change to a compile only test.
+
+2007-04-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       * gfortran.dg/warnings_are_errors_1.f90: Add -std=f95 to options.
+
+2007-04-15  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/31204
+       * gfortran.dg/array_constructor_16.f90: New test.
+
+2007-04-15  Kazu Hirata  <kazu@codesourcery.com>
+
+       * gcc.dg/pr19340.c, gcc.dg/tree-ssa/loop-1.c,
+       gcc.dg/weak/typeof-2.c: Skip on fido-*-*.
+
+2007-04-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR rtl-optimization/31500
+       * gcc.dg/Warray-bounds.c: Skip on hppa*-*-*.
+       * g++.dg/warn/Warray-bounds.C: Likewise.
+
+2007-04-14  Andrew Pinski  <andrew_pinski@playstation.sony.com>
+
+       PR C/31520
+       * gcc.dg/gnu89-init-4.c: New testcase.
+
+2007-04-14  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/25874
+       * gcc.dg/gomp/pr25874.c: Add dg-options.
+       * g++.dg/gomp/pr25874.C: Add dg-options.
+
+2007-04-14  Bernhard Fischer  <aldot@gcc.gnu.org>
+       
+       PR fortran/21061
+       * gfortran.dg/warnings_are_errors_1.f90: New testcase.
+       * gfortran.dg/warnings_are_errors_1.f: New testcase.
+
+2007-04-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR fortran/31561
+       * gfortran.dg/vect/vect-4.f90: xfail on vect_no_align targets.
+
+2007-04-14 Paul Thomas <pault@gcc.gnu.org>
+
+       PR fortran/29507
+       PR fortran/31404
+       * gfortran.dg/initialization_6.f90: New test.
+
+2007-04-14  Kazu Hirata  <kazu@codesourcery.com>
+
+       * gcc.c-torture/compile/pr27528.c: Require nonpic.
+
+       * lib/target-supports.exp (check_gc_sections_available):
+       Return false if ldflags includes -elf2flt.
+
+2007-04-13  Jason Merrill  <jason@redhat.com>
+
+       PR c++/31074
+       * conv3.C: New test.
+
 2007-04-13  Mike Stump  <mrs@apple.com>
 
        * obj-c++.dg/stubify-1.mm: Only run on powerpc.
        * lib/target-supports.exp
        (check_effective_target_fstack_protector): Rewrite.
 
+>>>>>>> .r123860
 2007-04-09  Mark Mitchell  <mark@codesourcery.com>
 
        PR c++/31449