From 9e0c1ff33bb231edf46502255b4f057f3c83b558 Mon Sep 17 00:00:00 2001 From: Andy Hutchinson Date: Wed, 18 Jun 2008 22:41:32 +0000 Subject: [PATCH] * gcc.dg/tree-ssa/loop-35.c: xfail avr target. Add new avr specific tests. From-SVN: r136925 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/tree-ssa/loop-35.c | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8b38601d9de..a0817e8a449 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-06-18 Andy Hutchinson + + * gcc.dg/tree-ssa/loop-35.c: xfail avr target. Add new avr specific + tests. + 2008-06-18 Andy Hutchinson * gcc.dg/tree-ssa/forwprop-6.c: Use long or int to match size of diff --git a/gcc/testsuite/gcc.dg/tree-ssa/loop-35.c b/gcc/testsuite/gcc.dg/tree-ssa/loop-35.c index ce6ba28d74a..e1bdde24049 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/loop-35.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/loop-35.c @@ -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" } } */ -- 2.30.2