URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [941014-1.x] - Rev 149
Go to most recent revision | Compare with Previous | Blame | View Log
# This doesn't always work for Thumb.
if { [istarget arm*-*-*] || [istarget xscale*-*-*] \
|| [istarget strongarm*-*-*] } {
set torture_eval_before_execute {
global compiler_conditional_xfail_data
set compiler_conditional_xfail_data {
"Thumb sets the last bit of function relocations" \
{ "arm*-*-*" "xscale*-*-*" "strongarm*-*-*" } \
{ { "-mthumb" "-O0" } } \
{ "" }
}
}
}
return 0
Go to most recent revision | Compare with Previous | Blame | View Log