XFAIL objc.dg/stabs-1.m on IRIX (PR target/52152)

PR target/52152
	* objc.dg/stabs-1.m: xfail on mips-sgi-irix6.5.

From-SVN: r184280
This commit is contained in:
Rainer Orth 2012-02-15 18:24:30 +00:00 committed by Rainer Orth
parent 3a20d87c69
commit 3c87288384
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2012-02-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR target/52152
* objc.dg/stabs-1.m: xfail on mips-sgi-irix6.5.
2012-02-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.dg/pr51867.c: Don't include <math.h>.

View file

@ -15,5 +15,5 @@
}
@end
/* See PR 52152 for the xfail. */
/* { dg-final { scan-assembler "(.SUBSPA.*\[\$\]CODE\[\$\]|.text\"?)\n\t.stabs.*100,0,0,(\[\.\$\])?L?L\[\$\]?etext\[0-9\]*\n(\[\.\$\])?L?L\[\$\]?etext" { xfail mips*-*-elf* } } } */
/* See PR target/52152 for the xfail. */
/* { dg-final { scan-assembler "(.SUBSPA.*\[\$\]CODE\[\$\]|.text\"?)\n\t.stabs.*100,0,0,(\[\.\$\])?L?L\[\$\]?etext\[0-9\]*\n(\[\.\$\])?L?L\[\$\]?etext" { xfail mips*-*-elf* mips-sgi-irix6.5 } } } */