projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b0311f
)
sso tests need int32 machines.
author
Mike Stump
<mrs@gcc.gnu.org>
Tue, 23 Feb 2016 10:02:18 +0000
(10:02 +0000)
committer
Mike Stump
<mrs@gcc.gnu.org>
Tue, 23 Feb 2016 10:02:18 +0000
(10:02 +0000)
From-SVN: r233621
gcc/testsuite/gcc.dg/sso/sso.exp
patch
|
blob
|
history
diff --git
a/gcc/testsuite/gcc.dg/sso/sso.exp
b/gcc/testsuite/gcc.dg/sso/sso.exp
index 6a38596d1883b82e423157f5fb408ca8dc8e0c93..87dd49417f1bc59412adb8a5649fd93e9abfc6c7 100644
(file)
--- 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]] "" ""