Commit e1379122 by Joern Rennecke Committed by Joern Rennecke

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

From-SVN: r201320
parent f0d811f7
2013-07-29 Joern Rennecke <joern.rennecke@embecosm.com>
* gcc.dg/tree-ssa/pr44258.c: Disable scan test for Epiphany.
2013-07-29 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/57948
......
......@@ -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" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment