OSDN Git Service

* gcc.dg/vect/vect.exp: Use -mcpu=970 instead of 7400.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 34f8c08..3384355 100644 (file)
@@ -1,3 +1,101 @@
+2007-10-20  David Edelsohn  <edelsohn@gnu.org>
+
+       * gcc.dg/vect/vect.exp: Use -mcpu=970 instead of 7400.
+       * gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp: Same.
+
+2007-10-20  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/33818
+       * gfortran.dg/entry_dummy_ref_3.f90: New.
+
+2007-10-20  Paul Thomas  <pault@gcc.gnu.org>
+           FX Coudert <fxcoudert@gcc.gnu.org>
+
+       PR fortran/31608
+       * gfortran.dg/char_cast_1.f90: New test.
+
+2007-10-19  Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       * gfortran.dg/default_format_denormal_2.f90: xfail on FreeBSD.
+       * gfortran.dg/large_real_kind_2.F90: ditto.
+       * gfortran.dg/default_format_2.f90: ditto.
+       * gfortran.dg/default_format_denormal_1.f90: ditto.
+
+2007-10-19  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/33816
+       PR middle-end/32921
+       * gfortran.dg/pr32921.f: New testcase.
+
+2007-10-19  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libfortran/33544
+       * gfortran.dg/transfer_check_1.f90: Adjust options.
+
+2007-10-19  Richard Guenther  <rguenther@suse.de>
+
+       Revert
+       2007-10-19  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/32921
+       * gfortran.dg/pr32921.f: New testcase.
+
+2007-10-19  Richard Guenther  <rguenther@suse.de>
+
+       * gcc.c-torture/execute/20071018-1.c: New testcase.
+
+2007-10-19  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/32921
+       * gfortran.dg/pr32921.f: New testcase.
+
+2007-10-18  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * g++.old-deja/g++.robertl/eb130.C: Adjust include paths.
+
+2007-10-18  Richard Sandiford  <rsandifo@nildram.co.uk>
+
+       * gcc.target/mips/save-restore-3.c: Don't clobber $17.
+
+2007-10-18  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/33233
+       * gfortran.dg/host_assoc_function_1.f90: Correct references.
+       * gfortran.dg/host_assoc_function_3.f90: New test.
+
+2007-10-18  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/33733
+       * gfortran.dg/transfer_simplify_6.f90: New test.
+
+2007-10-17  Uros Bizjak  <ubizjak@gmail.com>
+           Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR middle-end/33794
+       * gfortran.dg/pr33794.f90: New testcase.
+
+2007-10-17  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/32961
+       * gcc.target/i386/pr32961.c: New testcase.
+       * gcc.target/i386/sse-13.c: Remove __builtin_ia32_psllwi128,
+       __builtin_ia32_psrlqi128, __builtin_ia32_psrlwi128,
+       __builtin_ia32_psrldi128, __builtin_ia32_psrawi128,
+       __builtin_ia32_psradi128, __builtin_ia32_psllqi128 and
+       __builtin_ia32_pslldi128 defines.
+
+2007-10-17  Christopher D. Rickett <crickett@lanl.gov>
+
+       PR fortran/33760
+       * gfortran.dg/c_ptr_tests_13.f03: New test case.
+
+2007-10-16  Paolo Carlini  <pcarlini@suse.de>
+
+       PR c++/28639
+       PR c++/30299
+       * g++.dg/template/void12.C: New.
+       * g++.dg/template/void13.C: New.
+
 2007-10-16  Paolo Carlini  <pcarlini@suse.de>
 
        PR c++/31446