OSDN Git Service

2005-04-15 Thomas Koenig <Thomas.Koenig@online.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 6ffd87c..594aae1 100644 (file)
@@ -1,6 +1,94 @@
+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>