public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Committed: Disable gcc.dg/tree-ssa/pr44258.c scan for Epiphany.
@ 2013-07-29 20:57 Joern Rennecke
  0 siblings, 0 replies; only message in thread
From: Joern Rennecke @ 2013-07-29 20:57 UTC (permalink / raw)
  To: gcc-patches

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



[-- Attachment #2: tmp3 --]
[-- Type: text/plain, Size: 700 bytes --]

2013-07-29  Joern Rennecke  <joern.rennecke@embecosm.com>

	* gcc.dg/tree-ssa/pr44258.c: Disable scan test for Epiphany.

Index: gcc.dg/tree-ssa/pr44258.c
===================================================================
--- gcc.dg/tree-ssa/pr44258.c	(revision 201313)
+++ gcc.dg/tree-ssa/pr44258.c	(working copy)
@@ -39,5 +39,7 @@ int foo (int b)
   *e_u = u;
 }
 
-/* { dg-final { scan-tree-dump-times "Created a replacement" 0 "esra"} } */
+/* Epiphany has struct alignment/padding that avoids the overlap of
+   str.b1 and val.b2.  */
+/* { dg-final { scan-tree-dump-times "Created a replacement" 0 "esra" { target { ! "epiphany-*-*" } } } } */
 /* { dg-final { cleanup-tree-dump "esra" } } */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-29 20:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-29 20:57 Committed: Disable gcc.dg/tree-ssa/pr44258.c scan for Epiphany Joern Rennecke

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).