]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR testsuite/37326 (gcc.dg/tree-ssa/ssa-store-ccp-3.c scan-tree-dump-times optimiz...
authorSteve Ellcey <sje@cup.hp.com>
Tue, 9 Dec 2008 16:57:49 +0000 (16:57 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Tue, 9 Dec 2008 16:57:49 +0000 (16:57 +0000)
PR testsuite/37326
* gcc.dg/tree-ssa/ssa-store-ccp-3.c: Skip on hppa*64-*-*.

From-SVN: r142599

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/ssa-store-ccp-3.c

index 7cb6b4f26792be07fa4335663d620586806da3af..ab2f155627312a8c09fcb2cba6bab38c2d6bcf5e 100644 (file)
@@ -1,3 +1,8 @@
+2008-12-09  Steve Ellcey  <sje@cup.hp.com>
+
+       PR testsuite/37326
+       * gcc.dg/tree-ssa/ssa-store-ccp-3.c: Skip on hppa*64-*-*.
+
 2008-12-09  Jakub Jelinek  <jakub@redhat.com>
 
        PR tree-optimization/35468
index 01eb785e1cb92cc96f134f33121afd751ef70acf..1db56a17537c54db4a8f5c1f8bb7953b2872918e 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-skip-if "" { *-*-darwin* } { "*" } { "" } } */
+/* { dg-skip-if "" { *-*-darwin* hppa*64*-*-* } { "*" } { "" } } */
 /* { dg-options "-O2 -fno-common -fdump-tree-optimized" } */
 
 const int conststaticvariable;