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: r145850
This commit is contained in:
Janis Johnson 2009-04-09 17:00:57 +00:00 committed by Janis Johnson
parent 8b1f5c5b09
commit bfaf4554b0
2 changed files with 23 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2009-04-09 Janis Johnson <janis187@us.ibm.com>
PR libobjc/36610
* objc/execute/forward-1.x: New.
2009-04-08 Janus Weil <janus@gcc.gnu.org>
PR fortran/38152

View 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