Commit 750d4b2e by Janis Johnson Committed by Janis Johnson

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
parent b45f0e58
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.
......
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment