]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/testsuite/gcc.dg/sso/sso.exp
Return earlier if not effective_target_int32
[gcc.git] / gcc / testsuite / gcc.dg / sso / sso.exp
index 87dd49417f1bc59412adb8a5649fd93e9abfc6c7..a6755344a5349aac79a2cc293b90aeb6dfac45a0 100644 (file)
 load_lib gcc-dg.exp
 load_lib torture-options.exp
 
+if { ![check_effective_target_int32] } {
+    return
+}
+
 # Initialize `dg'.
 torture-init
 dg-init
@@ -32,10 +36,6 @@ 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]] "" ""
 
This page took 0.030657 seconds and 5 git commands to generate.