OSDN Git Service

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