OSDN Git Service

PR testsuite/21010
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index fe7b88e..28f04d3 100644 (file)
@@ -1,3 +1,215 @@
+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
 
 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>