OSDN Git Service

2011-11-02 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index d02c4bd..389dfd4 100644 (file)
@@ -1,3 +1,76 @@
+2011-11-02  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/50902
+       * gcc.dg/torture/pr50902.c: New testcase.
+
+2010-11-02  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/50890
+       * gcc.dg/torture/pr50890.c: New testcase.
+
+2011-11-01  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/44277
+       * g++.dg/warn/Wzero-as-null-pointer-constant-1.C: New.
+       * g++.dg/cpp0x/Wzero-as-null-pointer-constant-1.C: Likewise.
+
+2011-11-01  Tom de Vries  <tom@codesourcery.com>
+
+       PR tree-optimization/50908
+       * gcc.dg/pr50908.c: New test.
+       * gcc.dg/pr50908-2.c: Same.
+       * gcc.dg/pr50908-3.c: Same.
+
+2011-11-01  Ira Rosen  <ira.rosen@linaro.org>
+
+       * gcc.dg/vect/no-scevccp-outer-6-global.c: Expect to vectorize
+       the outer loop.  Remove comment.  Don't check for widen-mult.
+
+2011-10-31  Martin Jambor  <mjambor@suse.cz>
+
+       * gcc.dg/ipa/ipcp-4.c: New test.
+
+2011-10-31  Jakub Jelinek  <jakub@redhat.com>
+
+       * gcc.dg/vshift-3.c: New test.
+       * gcc.dg/vshift-4.c: New test.
+       * gcc.dg/vshift-5.c: New test.
+
+2011-10-31  Janne Blomqvist  <jb@gcc.gnu.org>
+
+       * gfortran.dg/inquire_5.f90: Update testcase to match the standard
+       and current implementation.
+
+2011-10-31  Paul Brook  <paul@codesourcery.com>
+
+       * gcc.dg/constructor-1.c: New test.
+
+2011-10-30  Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       PR fortran/50753
+       * gfortran.dg/dshift_3.f90: New test.
+
+2011-10-30  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * gcc.dg/scal-to-vec2.c (dg-options): Add -fno-common to options on
+       hppa*-*-hpux*.
+       * gcc.dg/torture/vshuf-v8hi.c: Likewise.
+       * gcc.dg/torture/vshuf-v4si.c: Likewise.
+       * gcc.dg/torture/vshuf-v8si.c: Likewise.
+       * gcc.dg/torture/vshuf-v32qi.c: Likewise.
+       * gcc.dg/torture/vshuf-v4di.c: Likewise.
+       * gcc.dg/torture/vshuf-v2df.c: Likewise.
+       * gcc.dg/torture/vshuf-v16qi.c: Likewise.
+       * gcc.dg/torture/vshuf-v4sf.c: Likewise.
+       * gcc.dg/torture/vshuf-v8sf.c: Likewise.
+       * gcc.dg/torture/vshuf-v2di.c: Likewise.
+       * gcc.dg/torture/vshuf-v16hi.c: Likewise.
+       * gcc.dg/torture/vshuf-v4df.c: Likewise.
+       * gcc.dg/tree-ssa/ssa-fre-31.c: Likewise.
+       * gcc.dg/tree-ssa/ssa-fre-33.c: Likewise.
+       * gcc.dg/tree-ssa/ssa-fre-34.c: Likewise.
+       * gcc.dg/vector-compare-2.c: Likewise.
+
 2011-10-29  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR c++/50901