diff options
author | Steve Ellcey <sje@cup.hp.com> | 2008-12-09 16:57:49 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2008-12-09 16:57:49 +0000 |
commit | 53873346f17c3931fb9050abb80739a27622dfb3 (patch) | |
tree | a136d3c697af6a13bf44f91674aa43e4238f10f2 /gcc/testsuite/gcc.dg | |
parent | bab4e8fbed8e7d10eb9c99635d513b3ee4197db0 (diff) | |
download | gcc-53873346f17c3931fb9050abb80739a27622dfb3.zip gcc-53873346f17c3931fb9050abb80739a27622dfb3.tar.gz gcc-53873346f17c3931fb9050abb80739a27622dfb3.tar.bz2 |
re PR testsuite/37326 (gcc.dg/tree-ssa/ssa-store-ccp-3.c scan-tree-dump-times optimized "conststaticvariable" 1)
PR testsuite/37326
* gcc.dg/tree-ssa/ssa-store-ccp-3.c: Skip on hppa*64-*-*.
From-SVN: r142599
Diffstat (limited to 'gcc/testsuite/gcc.dg')
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/ssa-store-ccp-3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/ssa-store-ccp-3.c b/gcc/testsuite/gcc.dg/tree-ssa/ssa-store-ccp-3.c index 01eb785..1db56a1 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/ssa-store-ccp-3.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/ssa-store-ccp-3.c @@ -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; |