From: mrs Date: Tue, 23 Feb 2016 10:02:18 +0000 (+0000) Subject: sso tests need int32 machines. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=467ee349ca08d6a480951d52ee3a1eb0530c3ff8;p=thirdparty%2Fgcc.git sso tests need int32 machines. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233621 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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]] "" ""