OSDN Git Service

PR libobjc/36610
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / objc / execute / forward-1.x
1 load_lib target-supports.exp
2
3 # XFAIL: PR libobjc/36610, for targets which pass arguments via registers
4 # For powerpc-darwin it fails with -fgnu-runtime, passes with -fnext-runtime,
5 # but that would be too ugly to handle; let it fail there.
6
7 if { ([istarget x86_64-*-linux] && [is_effective_target_lp64] )
8      || [istarget powerpc*-*-linux*]
9      || [istarget powerpc*-*-aix*]
10      || [istarget s390*-*-*-linux*]
11      || [istarget sh4-*-linux*]
12      || [istarget hppa*-*-linux*]
13      || [istarget hppa*-*-hpux*]
14      || [istarget ia64-*-linux*] } {
15     set torture_execute_xfail "*-*-*"
16 }
17
18 return 0