public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [Patach,testsuite] PR36561 XFAIL avr target tree-ssa/loop-35. long  index store not hoisted.
@ 2008-06-18  1:04 Andy H
  2008-06-18 14:08 ` Janis Johnson
  0 siblings, 1 reply; 2+ messages in thread
From: Andy H @ 2008-06-18  1:04 UTC (permalink / raw)
  To: gcc-patches, janis187

[-- Attachment #1: Type: text/plain, Size: 359 bytes --]


Test checks for 8 store motion messages  in dump file. These is marked 
XFAIL for AVR target.
Re:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36561

AVR target test is added to retain 6 tests.


Ok for 4.4 mainline?


2008-06-17  Andy Hutchinson   <hutchinsonandy@aim.com>

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



[-- Attachment #2: loop35.patch --]
[-- Type: text/plain, Size: 687 bytes --]

Index: gcc/testsuite/gcc.dg/tree-ssa/loop-35.c
===================================================================
--- gcc/testsuite/gcc.dg/tree-ssa/loop-35.c	(revision 136775)
+++ gcc/testsuite/gcc.dg/tree-ssa/loop-35.c	(working copy)
@@ -59,6 +59,7 @@
       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" } } */

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Patach,testsuite] PR36561 XFAIL avr target tree-ssa/loop-35.  long index store not hoisted.
  2008-06-18  1:04 [Patach,testsuite] PR36561 XFAIL avr target tree-ssa/loop-35. long index store not hoisted Andy H
@ 2008-06-18 14:08 ` Janis Johnson
  0 siblings, 0 replies; 2+ messages in thread
From: Janis Johnson @ 2008-06-18 14:08 UTC (permalink / raw)
  To: Andy H; +Cc: gcc-patches

On Tue, 2008-06-17 at 20:56 -0400, Andy H wrote:
> Test checks for 8 store motion messages  in dump file. These is marked 
> XFAIL for AVR target.
> Re:
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36561
> 
> AVR target test is added to retain 6 tests.
> 
> 
> Ok for 4.4 mainline?
> 
> 
> 2008-06-17  Andy Hutchinson   <hutchinsonandy@aim.com>
> 
>    *  gcc.dg/tree-ssa/loop-35.c: xfail avr target.  Add new avr specific 
> tests.

OK.

Janis

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-06-18 14:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-18  1:04 [Patach,testsuite] PR36561 XFAIL avr target tree-ssa/loop-35. long index store not hoisted Andy H
2008-06-18 14:08 ` Janis Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).