re PR libobjc/36610 (objc_msg_sendv is broken for targets which pass argument via registers)
PR libobjc/36610 * objc/execute/forward-1.x: New. From-SVN: r145849
This commit is contained in:
parent
b45f0e58d7
commit
750d4b2e0f
@ -1,3 +1,8 @@
|
||||
2009-04-09 Janis Johnson <janis187@us.ibm.com>
|
||||
|
||||
PR libobjc/36610
|
||||
* objc/execute/forward-1.x: New.
|
||||
|
||||
2009-04-09 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
* gcc.dg/pr27150-1.c: Change to a link test.
|
||||
|
18
gcc/testsuite/objc/execute/forward-1.x
Normal file
18
gcc/testsuite/objc/execute/forward-1.x
Normal file
@ -0,0 +1,18 @@
|
||||
load_lib target-supports.exp
|
||||
|
||||
# XFAIL: PR libobjc/36610, for targets which pass arguments via registers
|
||||
# For powerpc-darwin it fails with -fgnu-runtime, passes with -fnext-runtime,
|
||||
# but that would be too ugly to handle; let it fail there.
|
||||
|
||||
if { ([istarget x86_64-*-linux] && [is_effective_target_lp64] )
|
||||
|| [istarget powerpc*-*-linux*]
|
||||
|| [istarget powerpc*-*-aix*]
|
||||
|| [istarget s390*-*-*-linux*]
|
||||
|| [istarget sh4-*-linux*]
|
||||
|| [istarget hppa*-*-linux*]
|
||||
|| [istarget hppa*-*-hpux*]
|
||||
|| [istarget ia64-*-linux*] } {
|
||||
set torture_execute_xfail "*-*-*"
|
||||
}
|
||||
|
||||
return 0
|
Loading…
Reference in New Issue
Block a user