* lib/gcc-defs.exp (${tool}_check_compile): xfail test cases that
fail to link due to relocation overflows on spu-*-*.
From-SVN: r119270
+2006-11-28 Ben Elliston <bje@au.ibm.com>
+
+ * lib/gcc-defs.exp (${tool}_check_compile): xfail test cases that
+ fail to link due to relocation overflows on spu-*-*.
+
2006-11-27 Michael Matz <matz@suse.de>
Andreas Krebbel <krebbel1@de.ibm.com>
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