mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-22 21:51:36 +08:00
re PR testsuite/27707 (g++.dg/tree-ssa/ivopts-1.C fails)
2006-05-22 Richard Guenther <rguenther@suse.de> PR testsuite/27707 * g++.dg/tree-ssa/ivopts-1.C: XFAIL for hppa*-*-*. From-SVN: r113972
This commit is contained in:
parent
c3e242e7d2
commit
06c5142535
@ -1,3 +1,8 @@
|
||||
2006-05-22 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
PR testsuite/27707
|
||||
* g++.dg/tree-ssa/ivopts-1.C: XFAIL for hppa*-*-*.
|
||||
|
||||
2006-05-21 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
PR c++/27210
|
||||
|
@ -13,6 +13,6 @@ void bar(void)
|
||||
}
|
||||
|
||||
/* { dg-final { scan-tree-dump-not "-&x" "ivopts" } } */
|
||||
/* { dg-final { scan-tree-dump-not "offset: -4B" "ivopts" { xfail i?86-*-* x86_64-*-* } } } */
|
||||
/* { dg-final { scan-tree-dump-not "&x\\\[5\\\]" "ivopts" { xfail i?86-*-* x86_64-*-* } } } */
|
||||
/* { dg-final { scan-tree-dump-not "offset: -4B" "ivopts" { xfail i?86-*-* x86_64-*-* hppa*-*-* } } } */
|
||||
/* { dg-final { scan-tree-dump-not "&x\\\[5\\\]" "ivopts" { xfail i?86-*-* x86_64-*-* hppa*-*-* } } } */
|
||||
/* { dg-final { cleanup-tree-dump "ivopts" } } */
|
||||
|
Loading…
x
Reference in New Issue
Block a user