This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Committed: Disable gcc.dg/tree-ssa/pr44258.c scan for Epiphany.
- From: Joern Rennecke <joern dot rennecke at embecosm dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Mon, 29 Jul 2013 16:51:32 -0400
- Subject: Committed: Disable gcc.dg/tree-ssa/pr44258.c scan for Epiphany.
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" } } */