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

Joern Rennecke joern.rennecke@embecosm.com
Mon Jul 29 20:57:00 GMT 2013


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


More information about the Gcc-patches mailing list