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:
parent
dbc90b6565
commit
d352807578
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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" } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue