Commit 7ee2e7f6 by Jeff Law Committed by Jeff Law

* gcc.dg/tree-ssa/pr68619-4.c: Change size of code bitfield.

From-SVN: r231717
parent 4793cbba
2015-12-13 Jeff Law <law@redhat.com>
* gcc.dg/tree-ssa/pr68619-4.c: Change size of code bitfield.
2015-12-16 David Malcolm <dmalcolm@redhat.com> 2015-12-16 David Malcolm <dmalcolm@redhat.com>
* c-c++-common/conflict-markers-1.c: New testcase. * c-c++-common/conflict-markers-1.c: New testcase.
......
...@@ -39,7 +39,7 @@ union rtunion_def ...@@ -39,7 +39,7 @@ union rtunion_def
typedef union rtunion_def rtunion; typedef union rtunion_def rtunion;
struct rtx_def struct rtx_def
{ {
enum rtx_code code:16; enum rtx_code code:8;
union u union u
{ {
rtunion fld[1]; rtunion fld[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