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

From-SVN: r231717
This commit is contained in:
Jeff Law 2015-12-16 11:53:25 -07:00 committed by Jeff Law
parent 4793cbbaa5
commit 7ee2e7f6ef
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
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>
* c-c++-common/conflict-markers-1.c: New testcase.

View file

@ -39,7 +39,7 @@ union rtunion_def
typedef union rtunion_def rtunion;
struct rtx_def
{
enum rtx_code code:16;
enum rtx_code code:8;
union u
{
rtunion fld[1];