From 524cf46a245f7d980596f6f81c5cf76185de814b Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Tue, 23 Feb 2016 10:02:18 +0000 Subject: [PATCH] sso tests need int32 machines. From-SVN: r233621 --- gcc/testsuite/gcc.dg/sso/sso.exp | 4 ++++ 1 file changed, 4 insertions(+) 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]] "" "" -- 2.47.2