diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/tree-ssa/loop-35.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/loop-35.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/loop-35.c b/gcc/testsuite/gcc.dg/tree-ssa/loop-35.c index 2d2db70..70557c5 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/loop-35.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/loop-35.c @@ -69,4 +69,3 @@ void test4(struct a *A, unsigned LONG b) /* long index not hoisted for avr target PR 36561 */ /* { dg-final { scan-tree-dump-times "Executing store motion of" 8 "lim1" { xfail { "avr-*-*" } } } } */ /* { dg-final { scan-tree-dump-times "Executing store motion of" 6 "lim1" { target { "avr-*-*" } } } } */ -/* { dg-final { cleanup-tree-dump "lim1" } } */ |