Commit c70bc52a by Janis Johnson Committed by Janis Johnson

* gcc.target/arm/pr42879.c: Handle big-endian.

From-SVN: r191782
parent 5f11ec71
2012-09-26 Janis Johnson <janisjo@codesourcery.com>
* gcc.target/arm/pr42879.c: Handle big-endian.
2012-09-26 Steve Ellcey <sellcey@mips.com> 2012-09-26 Steve Ellcey <sellcey@mips.com>
PR c/37303 PR c/37303
......
...@@ -4,6 +4,9 @@ ...@@ -4,6 +4,9 @@
struct A struct A
{ {
#ifdef __ARMEB__
int dummy:31;
#endif
int v:1; int v:1;
}; };
......
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