ivopts-1.C: XFAIL for MIPS too.

gcc/testsuite/
	* g++.dg/tree-ssa/ivopts-1.C: XFAIL for MIPS too.

From-SVN: r131861
This commit is contained in:
Richard Sandiford 2008-01-26 11:20:07 +00:00 committed by Richard Sandiford
parent dbc90b6565
commit d352807578
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-01-26 Richard Sandiford <rsandifo@nildram.co.uk>
* g++.dg/tree-ssa/ivopts-1.C: XFAIL for MIPS too.
2008-01-26 Richard Sandiford <rsandifo@nildram.co.uk>
PR target/34981

View file

@ -13,6 +13,6 @@ void bar(void)
}
/* { dg-final { scan-tree-dump-not "-&x" "ivopts" } } */
/* { dg-final { scan-tree-dump-not "offset: (4294967292|0x0f+fc)" "ivopts" { xfail i?86-*-* x86_64-*-* hppa*-*-* } } } */
/* { dg-final { scan-tree-dump-not "offset: (4294967292|0x0f+fc)" "ivopts" { xfail i?86-*-* x86_64-*-* hppa*-*-* mips*-*-* } } } */
/* { dg-final { scan-tree-dump-not "&x\\\[5\\\]" "ivopts" } } */
/* { dg-final { cleanup-tree-dump "ivopts" } } */