mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-13 18:30:59 +08:00
re PR tree-optimization/29598 (FAIL: gcc.dg/tree-ssa/loadpre1.c and loadpre1[45].c scan-tree-dump-times Eliminated: 1 1)
PR tree-optimization/29598 * gcc.dg/tree-ssa/loadpre1.c: XFAIL. From-SVN: r123794
This commit is contained in:
parent
1f8e994ce9
commit
6253b7603b
@ -1,3 +1,8 @@
|
||||
2007-04-13 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
PR tree-optimization/29598
|
||||
* gcc.dg/tree-ssa/loadpre1.c: XFAIL.
|
||||
|
||||
2007-04-13 Tobias Burnus <burnus@net-b.de>
|
||||
|
||||
PR fortran/31559
|
||||
|
@ -14,5 +14,5 @@ int main(int *a, int argc)
|
||||
e = *a;
|
||||
return d + e;
|
||||
}
|
||||
/* { dg-final { scan-tree-dump-times "Eliminated: 1" 1 "pre"} } */
|
||||
/* { dg-final { scan-tree-dump-times "Eliminated: 1" 1 "pre" { xfail *-*-* } } } */
|
||||
/* { dg-final { cleanup-tree-dump "pre" } } */
|
||||
|
Loading…
x
Reference in New Issue
Block a user