]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR tree-optimization/46232 (64-bit gcc.dg/tree-ssa/pr14814.c FAILs on SPARC)
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 18 Dec 2010 12:52:41 +0000 (12:52 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 18 Dec 2010 12:52:41 +0000 (12:52 +0000)
PR tree-optimization/46232
* gcc.dg/tree-ssa/pr14814.c: Add -fno-tree-sra.

From-SVN: r168023

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pr14814.c

index c49fb12bf2d20662b943153f000ed8a1a850a706..64b9ffece4e1ed75602fa4f40545cef2226e4150 100644 (file)
@@ -1,3 +1,8 @@
+2010-12-18  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR tree-optimization/46232
+       * gcc.dg/tree-ssa/pr14814.c: Add -fno-tree-sra.
+
 2010-12-18  Iain Sandoe  <iains@gcc.gnu.org>
 
        * fobjc-exceptions.m: Update dg-error syntax.
index a5bf8c85e0227db22d1dc91eaac576c5b3e56bd4..eb360551561c1b0e1899032ce8310467c2e394af 100644 (file)
@@ -1,6 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -fdump-tree-forwprop2" } */
-
+/* { dg-options "-O2 -fno-tree-sra -fdump-tree-forwprop2" } */
 
 struct YY {
   double e[3];  };
@@ -21,5 +20,3 @@ int foo(const struct XX* r) {
 
 /* { dg-final { scan-tree-dump-times "&" 0 "forwprop2" } } */
 /* { dg-final { cleanup-tree-dump "forwprop2" } } */
-
-