+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
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" } } */