Commit 879cc722 by Iain Sandoe

re PR libobjc/36610 (objc_msg_sendv is broken for targets which pass argument via registers)


gcc/testsuite:

	PR libobjc/36610
	* objc.dg/torture/forward-1.m: Re-enable for gnu-runtime, XFAIL the run for
	all but m32 x86.

From-SVN: r166421
parent be3c93b0
2010-11-06 Iain Sandoe <iains@gcc.gnu.org>
PR libobjc/36610
* objc.dg/torture/forward-1.m: Re-enable for gnu-runtime, XFAIL the run for
all but m32 x86.
2010-11-07 Andreas Schwab <schwab@linux-m68k.org>
* g++.dg/debug/dwarf2/nested-2.C: Adjust pattern to also match "|"
......
/* { dg-do run } */
/* See if -forward::/-performv:: is able to work. */
/* { dg-skip-if "PR36610" { *-*-* } { "-fgnu-runtime" } { "" } } */
/* { dg-xfail-run-if "PR36610" { ! { { i?86-*-* x86_64-*-* } && ilp32 } } { "-fgnu-runtime" } { "" } } */
/* { dg-skip-if "Needs OBJC2 ABI" { *-*-darwin* && { lp64 && { ! objc2 } } } { "-fnext-runtime" } { "" } } */
#include <stdio.h>
......
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