* gcc.dg/tree-ssa/loop-35.c: xfail avr target. Add new avr specific tests.

From-SVN: r136925
This commit is contained in:
Andy Hutchinson 2008-06-18 22:41:32 +00:00 committed by Andy Hutchinson
parent 458426d934
commit 9e0c1ff33b
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2008-06-18 Andy Hutchinson <hutchinsonandy@aim.com>
* gcc.dg/tree-ssa/loop-35.c: xfail avr target. Add new avr specific
tests.
2008-06-18 Andy Hutchinson <hutchinsonandy@aim.com>
* gcc.dg/tree-ssa/forwprop-6.c: Use long or int to match size of

View file

@ -59,6 +59,7 @@ void test4(struct a *A, unsigned long b)
A[b+1].Y += i;
}
}
/* { dg-final { scan-tree-dump-times "Executing store motion of" 8 "lim" } } */
/* long index not hoisted for avr target PR 36561 */
/* { dg-final { scan-tree-dump-times "Executing store motion of" 8 "lim" { xfail { "avr-*-*" } } } } */
/* { dg-final { scan-tree-dump-times "Executing store motion of" 6 "lim" { target { "avr-*-*" } } } } */
/* { dg-final { cleanup-tree-dump "lim" } } */