diff options
Diffstat (limited to 'gcc/testsuite/lib/gcc-defs.exp')
| -rw-r--r-- | gcc/testsuite/lib/gcc-defs.exp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/lib/gcc-defs.exp b/gcc/testsuite/lib/gcc-defs.exp index e1e3b93..46083af 100644 --- a/gcc/testsuite/lib/gcc-defs.exp +++ b/gcc/testsuite/lib/gcc-defs.exp @@ -24,6 +24,12 @@ proc ${tool}_check_compile {testcase option objname gcc_output} { global tool set fatal_signal "*cc: Internal compiler error: program*got fatal signal" + if {[istarget spu-*-*] && [string match "*exceeds local store range*" $gcc_output]} { + setup_xfail [istarget] + ${tool}_fail $testcase $option + return 0 + } + if [string match "$fatal_signal 6" $gcc_output] then { ${tool}_fail $testcase "Got Signal 6, $option" return 0 |
