]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
sso tests need int32 machines.
authorMike Stump <mrs@gcc.gnu.org>
Tue, 23 Feb 2016 10:02:18 +0000 (10:02 +0000)
committerMike 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

index 6a38596d1883b82e423157f5fb408ca8dc8e0c93..87dd49417f1bc59412adb8a5649fd93e9abfc6c7 100644 (file)
@@ -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]] "" ""