OSDN Git Service

Testcase to verify that FP regs are properly saved/restored across unwind.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index cda7c55..b281f7d 100644 (file)
@@ -1,3 +1,498 @@
+2005-04-19  James E. Wilson  <wilson@specifixinc.com>
+
+       PR target/20670
+       * g++.dg/eh/fp-regs.C: New test.
+
+2005-04-20  Joseph S. Myers  <joseph@codesourcery.com>
+
+       * gcc.dg/Wint-to-pointer-cast-1.c,
+       gcc.dg/Wint-to-pointer-cast-2.c, gcc.dg/Wint-to-pointer-cast-3.c,
+       gcc.dg/Wpointer-to-int-cast-1.c, gcc.dg/Wpointer-to-int-cast-2.c,
+       gcc.dg/Wpointer-to-int-cast-3.c: New tests.
+
+2005-04-18  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+
+       PR fortran/16861
+       * gfortran.dg/pr16861.f90: New test.
+
+2005-04-18  James A. Morrison  <phython@gcc.gnu.org>
+
+       * gcc.dg/pr21085.c: New test.
+
+2005-04-18  Richard Sandiford  <rsandifo@redhat.com>
+
+       * gcc.target/mips/mips.exp: Minor formatting.  Call setup_mips_tests.
+       (setup_mips_tests, dg-mips-options): New procedures.
+       * gcc.target/mips/asm-1.c, gcc.target/mips/fix-vr4130-1.c,
+       * gcc.target/mips/fix-vr4130-2.c, gcc.target/mips/fix-vr4130-3.c
+       * gcc.target/mips/fix-vr4130-4.c, gcc.target/mips/mips-3d-1.c,
+       * gcc.target/mips/mips-3d-2.c, gcc.target/mips/mips-3d-3.c,
+       * gcc.target/mips/mips-3d-4.c, gcc.target/mips/mips-3d-5.c,
+       * gcc.target/mips/mips-3d-6.c, gcc.target/mips/mips-3d-7.c,
+       * gcc.target/mips/mips-3d-8.c, gcc.target/mips/mips-3d-9.c,
+       * gcc.target/mips/mips-3d-2.c, gcc.target/mips/mips-3d-3.c,
+       * gcc.target/mips/mips-ps-1.c, gcc.target/mips/mips-ps-2.c,
+       * gcc.target/mips/mips-ps-3.c, gcc.target/mips/mips-ps-4.c,
+       * gcc.target/mips/mips-ps-type.c, gcc.target/mips/sb1-1.c: Use
+       dg-mips-options instead of dg-options.  Remove now-redundant
+       preprocessor guards.
+       * gcc.dg/mips-args-1.c, gcc.dg/mips-args-2.c, gcc.dg/mips-args-3.c,
+       * gcc.dg/mips-movcc-1.c, gcc.dg/mips-movcc-2.c, gcc.dg/mips-movcc-3.c,
+       * gcc.dg/mips-nmadd-1.c, gcc.dg/mips-nmadd-2.c, gcc.dg/mips-rsqrt-1.c,
+       * gcc.dg/mips-rsqrt-2.c, gcc.dg/mips-rsqrt-3.c, gcc.dg/vr-mult-1.c,
+       * gcc.dg/vr-mult-2.c: Delete.
+       * gcc.target/mips/args-1.c, gcc.target/mips/args-2.c,
+       * gcc.target/mips/args-3.c, gcc.target/mips/movcc-1.c,
+       * gcc.target/mips/movcc-2.c, gcc.target/mips/movcc-3.c,
+       * gcc.target/mips/nmadd-1.c, gcc.target/mips/nmadd-2.c,
+       * gcc.target/mips/rsqrt-1.c, gcc.target/mips/rsqrt-2.c,
+       * gcc.target/mips/rsqrt-3.c, gcc.target/mips/vr-mult-1.c,
+       * gcc.target/mips/vr-mult-2.c: New tests, based on the old gcc.dg ones.
+
+2005-04-18  Laurent GUERBY  <laurent@guerby.net>
+
+       * ada/acats/run_all.sh: Use sync when executable not present.
+       
+2005-04-18  Devang Patel  <dpatel@apple.com>
+
+       * gcc.dg/vect/vect-11.c: Require effective target vect_int_mult.
+       * gcc.dg/vect/vect-11a.c: New.
+       * gcc.dg/vect/vect-none.c: Update.
+       * lib/target-supports.exp (check_effective_target_vect_int_mult): New.
+
+2005-04-18  James A. Morrison  <phython@gcc.gnu.org>
+
+       PR tree-optimization/20922
+       * gcc.dg/pr20922-1.c: New test.
+       * gcc.dg/pr20922-2.c: New test.
+       * gcc.dg/pr20922-3.c: New test.
+       * gcc.dg/pr20922-4.c: New test.
+       * gcc.dg/pr20922-5.c: New test.
+       * gcc.dg/pr20922-6.c: New test.
+
+2005-04-11  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+
+       PR libfortran/20950
+       * gfortran.dg/pr20950.f: New test.
+
+2005-04-18  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+
+       PR libfortran/19216
+       * gfortran.dg/pr19216.f: New test.
+
+2005-04-18  Kazu Hirata  <kazu@cs.umass.edu>
+
+       PR tree-optimization/21001
+       * gcc.dg/tree-ssa/pr21001.c: New.
+
+2005-04-17  Thomas Koenig  <Thomas.Koenig@online.de>
+
+       PR libfortran/21075
+       * gfortran.dg/reshape_rank7.f90: New test.
+
+2005-04-17 Paul Thomas <pault@gcc.gnu.org>
+
+       PR libfortran/12884 gfortran.dg/pr12884.f: New test
+       PR libfortran/17285 gfortran.dg/pr17285.f90: New test
+       PR libfortran/17472, 18396, 18209 gfortran.dg/pr17472.f: New test
+       PR libfortran/18122, 18591 gfortran.dg/pr18122.f90: New test
+       PR libfortran/18210 gfortran.dg/pr18210.f90: New test
+       PR libfortran/18392 gfortran.dg/pr18392.f90: New test
+       PR libfortran/19467 gfortran.dg/pr19467.f90: New test
+       PR libfortran/19657 gfortran.dg/pr19657.f90: New test
+       * gfortran.dg/namelist_1.f90: Correct comment (PUBLIC and PRIVATE wrong way round).
+       * gfortran.dg/namelist_2.f90: Variables with INTENT(IN) cannot be in namelists. New test
+       * gfortran.dg/namelist_3.f90: Pointers cannot be in namelists. New test
+       * gfortran.dg/namelist_11.f: Tests reals and qualifiers in namelist. New test
+       * gfortran.dg/namelist_12.f: Tests integers and qualifiers in namelist. New test
+       * gfortran.dg/namelist_13.f90: Tests derived types in namelist. New test
+       * gfortran.dg/namelist_14.f90: Tests trans-io.c namelist support. New test
+       * gfortran.dg/namelist_15.f90: Tests arrays of derived types in namelist. New test
+       * gfortran.dg/namelist_16.f90: Tests complex in namelist. New test
+       * gfortran.dg/namelist_17.f90: Tests logical in namelist. New test
+       * gfortran.dg/namelist_18.f90: Tests charcter delimiters in namelist. New test
+       * gfortran.dg/namelist_19.f90: Tests namelist errors. New test
+       * gfortran.dg/namelist_20.f90: Tests negative bounds for explicit arrays. New test
+
+2005-04-17  Richard Guenther  <rguenth@gcc.gnu.org>
+
+       * gfortran.dg/wtruncate.f: New testcase.
+       * gfortran.dg/wtruncate.f90: New testcase.
+
+2005-04-16  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/21025
+       * typeck.c (cxx_sizeof_or_alignof_type): Check whether the type to
+       which sizeof/alignof is dependent, rather than just whether we are
+       processing_template_decl.
+       
+2005-04-15  Thomas Koenig  <Thomas.Koenig@online.de>
+
+       * gfortran.fortran-torture/execute/intrinsic_spread.f90:
+       corrected typo where the wrong variables had been compared.
+
+2005-04-15  Thomas Koenig  <Thomas.Koenig@online.de>
+
+       PR libfortran/18495
+       * gfortran.fortran-torture/execute/intrinsic_spread.f90:
+       Test callee-allocated version of return array with a write
+       statement.
+       Test spread with a temporary with another write statement.
+
+2005-04-15  Kazu Hirata  <kazu@cs.umass.edu>
+
+       PR tree-optimization/21031
+       * gcc.dg/tree-ssa/pr21031.c: New.
+
+2005-04-15  Uros Bizjak  <uros@kss-loka.si>
+
+       PR tree-optimization/21004
+       * gcc.dg/builtins-53.c: Include builtins-config.h.
+       Check floorf, ceilf, floorl and ceill transformations
+       only when HAVE_C99_RUNTIME is defined.
+       
+2005-04-15  Alexandre Oliva  <aoliva@redhat.com>
+
+       PR middle-end/20739
+       * gcc.dg/tree-ssa/pr20739.c: New test.
+
+2005-04-14  Mike Stump  <mrs@apple.com>
+
+       * gcc.dg/Foundation.framework/empty: New.
+       * gcc.dg/framework-2.c: New.
+
+2005-04-14  Kazu Hirata  <kazu@cs.umass.edu>
+
+       PR tree-optimization/21021
+       * gcc.c-torture/compile/pr21021.c: New.
+
+2005-04-14  Janis Johnson  <janis187@us.ibm.com
+
+       PR testsuite/21010
+       * gcc.dg/vect/vect-ifcvt-1.c: Remove dg-do, add cleanup.
+       * gcc.dg/vect/vect-ifcvt-2.c: Ditto.
+       * gcc.dg/vect/vect-ifcvt-3.c: Ditto.
+       * gcc.dg/vect/vect-ifcvt-4.c: Ditto.
+       * gcc.dg/vect/vect-ifcvt-5.c: Ditto.
+       * gcc.dg/vect/vect-ifcvt-6.c: Ditto.
+       * gcc.dg/vect/vect-ifcvt-7.c: Ditto.
+       * gcc.dg/vect/vect-ifcvt-9.c: Ditto.
+
+2005-04-14  Richard Henderson  <rth@redhat.com>
+
+       * lib/target-supports.exp (check_effective_target_vect_condition):
+       Add ia64, i?86, and x86_64.
+
+2005-04-14  Steven G. Kargl  <kargls@comcast.net>
+
+       * gfortran.dg/underflow.f90: Use tiny(x)/huge(x).
+
+2005-04-14  Kazu Hirata  <kazu@cs.umass.edu>
+
+       PR tree-optimization/20657
+       * gcc.dg/tree-ssa/pr20657.c: New.
+
+2005-04-14  Uros Bizjak  <uros@kss-loka.si>
+
+       * gcc.dg/builtins-53.c: Also check (int)trunc* and
+       (long long int)trunc*.
+
+2005-04-14  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       PR target/20927
+       * gcc.dg/pr20927.c: New test.
+
+2005-04-13  Richard Sandiford  <rsandifo@redhat.com>
+
+       * gcc.dg/torture/pr19683-1.c: Guard with #ifndef __mips16.
+       * gcc.target/mips/asm-1.c: Likewise.
+
+2005-04-13  Dale Johannesen  <dalej@apple.com>
+
+       * objc.dg/objc-fast-4.m:  New.
+
+2005-04-13  Hans-Peter Nilsson  <hp@axis.com>
+
+       * gcc.target/cris/torture/cris-torture.exp: New driver in new
+       directory.
+       * gcc.target/cris/torture/no-pro-epi-1.c: New test.
+
+2005-04-13  David Edelsohn  <edelsohn@gnu.org>
+
+       * gcc.dg/ucnid-[23456].c: XFAIL on AIX.
+       * gcc.dg/ppc-vector-memcpy.c: XFAIL on AIX and SPE.
+       * gcc.dg/ppc-vector-memset.c: XFAIL on AIX and SPE.
+
+2005-04-13  Kazu Hirata  <kazu@cs.umass.edu>
+
+       PR tree-optimization/20913
+       * gcc.dg/tree-ssa/pr20913.c: New.
+
+       PR tree-optimization/20702
+       * gcc.dg/tree-ssa/pr20702.c: New.
+
+2005-04-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       PR c++/13744
+       * g++.dg/inherit/local3.C: New test.
+
+2005-04-12  Jeff Law  <law@redhat.com>
+
+       * gcc.dg/tree-ssa/20050412-1.c: New test.
+
+2005-04-13  Thomas Koenig  <Thomas.Koenig@online.de>
+
+       PR libfortran/19016
+       * gfortran.fortran-torture/execute/intrinsic_mmloc.f90:
+       Add tests with mask generated by expression.
+       * gfortran.fortran-torture/execute/intrinsic_mmval.f90:  Likewise.
+       * gfortran.fortran-torture/execute/intrinsic_product.f90:  Likewise.
+       * gfortran.fortran-torture/execute/intrinsic_sum.f90:  Likewise.
+
+2005-04-12  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       PR middle-end/20917
+       * gcc.dg/20050409-1.c: New test.
+
+2005-04-12  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * gcc.dg/tree-ssa/alias-1.c: Fix spelling of optimized.
+
+2005-04-11  Mark Mitchell  <mark@codesourcery.com>
+
+       * target-def.h (TARGET_CXX_EXPORT_CLASS_DATA): Remove.
+       (TARGET_CXX_DETERMINE_CLASS_VISIBILITY): New macro.
+       (TARGET_CXX_CLASS_DATA_ALWAYS_COMDAT): Likewise.
+       (TARGET_CXX): Adjust accordingly.
+       * target.h (struct gcc_target): Remove epxort_class_data.  Add
+       determine_class_data_visibility and class_data_always_comdat.
+       * doc/tm.texi (TARGET_CXX_EXPORT_CLASS_DATA): Remove.
+       (TARGET_CXX_DETERMINE_CLASS_DATA_VISIBILITY): Document.
+       (TARGET_CXX_CLASS_DATA_ALWAYS_COMDAT): Likewise.
+       * config/arm/arm.c (arm_cxx_export_class_data): Remove.
+       (arm_cxx_determine_class_data_visibility): New.
+       (arm_cxx_class_data_always_comdat): Likewise.
+       (TARGET_CXX_EXPORT_CLASS_DATA): Remove.
+       (TARGET_CXX_DETERMINE_CLASS_DATA_VISIBILITY): Define.
+       (TARGET_CXX_CLASS_DATA_ALWAYS_COMDAT): Likewise.
+       * config/arm/arm.h (TARGET_ARM_DYNAMIC_VAGUE_LINKAGE_P): Define.
+       * config/arm/symbian.h (TARGET_ARM_DYNAMIC_VAGUE_LINKAGE_P):
+       Define.
+
+2005-04-11  Mark Mitchell  <mark@codesourcery.com>
+
+       * lib/wrapper.exp (${tool}_maybe_build_wrapper): Don't unset gluefile.
+
+2005-04-11  Geoffrey Keating  <geoffk@apple.com>
+
+       * gcc.dg/i386-darwin-fpmath.c: New.
+
+2004-04-11  Devang Patel  <dpatel@apple.com>
+
+        * lib/target-supports.exp (check_effective_target_vect_condition): New.
+        * gcc.dg/vect/vect-ifcvt-1.c: New test.
+        * gcc.dg/vect/vect-ifcvt-2.c: New test.
+        * gcc.dg/vect/vect-ifcvt-3.c: New test.
+        * gcc.dg/vect/vect-ifcvt-4.c: New test.
+        * gcc.dg/vect/vect-ifcvt-5.c: New test.
+        * gcc.dg/vect/vect-ifcvt-6.c: New test.
+        * gcc.dg/vect/vect-ifcvt-7.c: New test.
+        * gcc.dg/vect/vect-none.c: Now one loop is vectorized.
+       
+2004-04-11  Devang Patel  <dpatel@apple.com>
+
+        * gcc.dg/vect/vect-dv-1.c: New test.
+        * gcc.dg/vect/vect-dv-2.c: New test.
+       
+2005-04-11  Diego Novillo  <dnovillo@redhat.com>
+
+       PR tree-optimization/20933
+       * gcc.dg/tree-ssa/pr20933.c: New test.
+
+2005-04-11  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
+
+       * gfortran.dg/fold_nearest.f90: New test.
+
+2005-04-11  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * gcc.dg/tree-ssa/alias-1.c: New test.
+
+2005-04-11  Diego Novillo  <dnovillo@redhat.com>
+
+       PR tree-optimization/20920
+       * g++.dg/tree-ssa/pr20920.C: New test.
+
+2005-04-11  Uros Bizjak  <uros@kss-loka.si>
+
+       * gcc.dg/builtins-53.c: Also check (int)ceil* and
+       (long long int)ceil*.
+       
+2005-04-10  Mark Mitchell  <mark@codesourcery.com>
+
+       * g++.dg/warn/Wdtor1.C: Declare template in system header with
+       explicit C++ linkage.
+
+2005-04-10  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+
+       * gfortran.dg/pr17229.f: Take care of the new obsolescence
+       warning for arithmetic IF statements.
+
+2005-04-10  Thomas Koenig  <Thomas.Koenig@online.de>
+
+       * eor_handling_1.f90: New test case.
+       * eor_handling_2.f90: New test case.
+       * eor_handling_3.f90: New test case.
+       * eor_handling_4.f90: New test case.
+       * eor_handling_5.f90: New test case.
+       * noadv_size.f90: New test case.
+       * pad_no.f90: New test case.
+
+2005-04-10  Richard Sandiford  <rsandifo@redhat.com>
+
+       * gcc.c-torture/execute/20050410-1.c: New test.
+
+2005-04-09  Alexandre Oliva  <aoliva@redhat.com>
+
+       * gcc.dg/pr20126.c: New.
+
+2005-04-09  Bud Davis  <bdavis@gfortran.org>
+            Steven G. Kargl <kargls@comcast.net>
+
+       * gfortran.dg/PR19872.f: New test.
+
+2005-04-09  Steven G. Kargl  <kargls@comcast.net>
+
+       * gfortran.dg/nint_1.f90:  Fix dg-do directive
+
+2005-04-09  Steven G. Kargl  <kargls@comcast.net>
+
+       * gfortran.dg/nint_1.f90: New test.
+
+2005-04-09  Thomas Koenig  <Thomas.Koenig@online.de>
+
+       * gfortran.fortran-torture/execute/intrinsic_anyall.f90:
+       Added test for callee-allocated arrays with write statements.
+       * gfortran.fortran-torture/execute/intrinsic_count.f90: Likewise.
+       * gfortran.fortran-torture/execute/intrinsic_mmloc.f90: Likewise.
+       * gfortran.fortran-torture/execute/intrinsic_mmval.f90: Likewise.
+       * gfortran.fortran-torture/execute/intrinsic_product.f90: Likewise.
+       * gfortran.fortran-torture/execute/intrinsic_sum.f90: Likewise.
+
+2005-04-09  Thomas Koenig  <Thomas.Koenig@online.de>
+
+       PR libfortran/20163
+       * gfortran.dg/open-options-blanks.f:  New test.
+
+2005-04-09  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR fortran/13257
+       * gfortran.dg/comma_format_extension_[1234].f: New tests.
+
+2005-04-09  Jakub Jelinek  <jakub@redhat.com>
+
+       * gcc.dg/tree-ssa/stdarg-1.c: New test.
+       * gcc.dg/tree-ssa/stdarg-2.c: New test.
+       * gcc.dg/tree-ssa/stdarg-3.c: New test.
+       * gcc.dg/tree-ssa/stdarg-4.c: New test.
+       * gcc.dg/tree-ssa/stdarg-5.c: New test.
+       * gcc.c-torture/execute/stdarg-4.c: New test.
+
+       * gcc.dg/vmx/varargs-1.c (f1, f2, f3): Add missing va_end.
+
+       PR target/20795
+       * g++.dg/abi/param2.C: New test.
+
+2005-04-09  Uros Bizjak  <uros@kss-loka.si>
+
+       * gcc.dg/builtins-53.c: Also check lceil* and llceil*.
+
+2005-04-09  Uros Bizjak  <uros@kss-loka.si>
+
+       * gcc.dg/builtins-53.c: New test.
+
+2005-04-08  Diego Novillo  <dnovillo@redhat.com>
+
+       * g++.dg/tree-ssa/pr18178.C: New test.
+       * gcc.c-torture/execute/20030216-1.x: Ignore at -O1.
+       * gcc.c-torture/execute/20041019-1.c: New test.
+       * gcc.dg/tree-ssa/20041008-1.c: New test.
+       * gcc.dg/tree-ssa/ssa-ccp-12.c: New test.
+       * gcc.dg/tree-ssa/20030731-2.c: Update to use -fdump-tree-store_ccp.
+       * gcc.dg/tree-ssa/20030917-1.c: Likewise.
+       * gcc.dg/tree-ssa/20030917-3.c: Likewise.
+       * gcc.dg/tree-ssa/20040721-1.c: Likewise.
+       * gcc.dg/tree-ssa/ssa-ccp-1.c: Likewise.
+       * gcc.dg/tree-ssa/ssa-ccp-2.c: Likewise.
+       * gcc.dg/tree-ssa/ssa-ccp-3.c: Likewise.
+       * gcc.dg/tree-ssa/ssa-ccp-7.c: Likewise.
+       * gcc.dg/tree-ssa/ssa-ccp-9.c: Likewise.
+
+2005-04-09  Hans-Peter Nilsson  <hp@axis.com>
+
+       PR rtl-optimization/20466
+       * gcc.c-torture/execute/pr20466-1.c: New test.
+
+2005-04-08  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/20905
+       * g++.dg/parse/cond2.C: New test.
+
+       PR c++/20145
+       * g++.dg/warn/Wdtor1.C: New test.
+
+2005-04-06  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+
+       PR fortran/17229
+       * gfortran.dg/pr17229.f: New test.
+
+2005-04-07  Steven G. Kargl  <kargls@comcast.net>
+
+       * gfortran.dg/tiny_1.f90: New test.
+       * gfortran.dg/tiny_2.f90: ditto.
+
+2005-04-07  Thomas Koenig  <Thomas.Koenig@online.de>
+
+       * gfortran.dg/eor_1.f90:  Fix dg-do run line
+       * gfortran.dg/open_new.f90:  Fix dg-do run line
+
+2005-04-07  Hans-Peter Nilsson  <hp@axis.com>
+
+       * lib/target-supports.exp (get_compiler_messages): Support
+       optional arguments, the fourth being compiler options.
+       (check_effective_target_fpic): New proc.
+       * gcc.dg/20050321-2.c: Restrict to target fpic.
+
+2005-04-06  James A. Morrison  <phython@gcc.gnu.org>
+
+       * gcc.dg/15443-1.c: New test.
+       * gcc.dg/15443-2.c: Likewise.
+
+2005-04-06  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
+
+       * gfortran.dg/pr15754.f90: Change annotations to dg-error.
+
+2005-04-06  Joseph S. Myers  <joseph@codesourcery.com>
+
+       * gcc.dg/weak/weak-12.c, g++.dg/ext/weak2.C: New tests.
+
+2005-04-06  Joseph S. Myers  <joseph@codesourcery.com>
+
+       * gcc.dg/i386-387-7.c, gcc.dg/i386-3dnowA-1.c,
+       gcc.dg/i386-3dnowA-2.c, gcc.dg/pr12092-1.c: Skip x86 tests for
+       -m64.
+       * gcc.dg/loop-3.c, gcc.dg/short-compare-1.c,
+       gcc.dg/short-compare-2.c, gcc.dg/smod-1.c,
+       gcc.dg/torture/badshift.c: Don't give 32-bit options for x86 -m64.
+
+2005-04-06  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/20212
+       * g++.dg/warn/Wunused-11.C: New test.
+
+2005-04-06  Bernd Schmidt  <bernd.schmidt@analog.com>
+
+       * gcc.c-torture/execute/20020720-1.x: Disable on bfin*-*.
+
 2005-04-06  Dorit Naishlos  <dorit@il.ibm.com>
 
        * gfortran.dg/vect/vect-5.f90: xfail for lp64.