diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2016-02-23 10:02:18 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2016-02-23 10:02:18 +0000 |
commit | 524cf46a245f7d980596f6f81c5cf76185de814b (patch) | |
tree | 0a94c4836026ea4363cd8d1d86d99038a14d5235 | |
parent | 4b0311f7ed0f70bf8871147bae2d339969116227 (diff) | |
download | gcc-524cf46a245f7d980596f6f81c5cf76185de814b.zip gcc-524cf46a245f7d980596f6f81c5cf76185de814b.tar.gz gcc-524cf46a245f7d980596f6f81c5cf76185de814b.tar.bz2 |
sso tests need int32 machines.
From-SVN: r233621
-rw-r--r-- | gcc/testsuite/gcc.dg/sso/sso.exp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/sso/sso.exp b/gcc/testsuite/gcc.dg/sso/sso.exp index 6a38596..87dd494 100644 --- a/gcc/testsuite/gcc.dg/sso/sso.exp +++ b/gcc/testsuite/gcc.dg/sso/sso.exp @@ -32,6 +32,10 @@ set SSO_TORTURE_OPTIONS [list \ set-torture-options $SSO_TORTURE_OPTIONS +if { ![check_effective_target_int32] } { + return +} + # Main loop. gcc-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.c]] "" "" |