This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, arm] Fix XFAIL in gcc.c-torture/execute/941014-1.x


> ! # This doesn't always work for Thumb.
>    
> ! if { [istarget arm-*-elf] } {
> !     set torture_eval_before_execute {
> ! 	global compiler_conditional_xfail_data
> ! 	set compiler_conditional_xfail_data {
> ! 	    "Thumb sets the last bit of function relocations" \
> ! 		    "arm-*-elf" \
> ! 		    { { "-mthumb" "-O0" } } \
> ! 		    { "" }

You need to test for any ARM target (elf, coff, aout plus various OS 
versions -- it's easier to just check for arm*-*-*), plus StrongArm and 
XScale.

R.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]