From: Mike Stump Date: Tue, 23 Feb 2016 10:02:18 +0000 (+0000) Subject: sso tests need int32 machines. X-Git-Tag: basepoints/gcc-7~816 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=524cf46a245f7d980596f6f81c5cf76185de814b;p=thirdparty%2Fgcc.git sso tests need int32 machines. From-SVN: r233621 --- diff --git a/gcc/testsuite/gcc.dg/sso/sso.exp b/gcc/testsuite/gcc.dg/sso/sso.exp index 6a38596d1883..87dd49417f1b 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]] "" ""