* gcc.dg/tree-ssa/loop-35.c: xfail avr target. Add new avr specific tests.
authorAndy Hutchinson <hutchinsonandy@aim.com>
Wed, 18 Jun 2008 22:41:32 +0000 (22:41 +0000)
committerAndy Hutchinson <hutchinsonandy@gcc.gnu.org>
Wed, 18 Jun 2008 22:41:32 +0000 (22:41 +0000)
From-SVN: r136925

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/loop-35.c

index 8b38601d9def3e5befa0fe04cec0718f15c3beb4..a0817e8a44929287b1fe61baaf937c0e35066283 100644 (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
index ce6ba28d74ab31fb8d4095f50d8b4d094bca3852..e1bdde24049442d8f77f99ffa35e363b3e777e7e 100644 (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" } } */