* gcc.dg/tree-ssa/pr68619-4.c: Change size of code bitfield.
From-SVN: r231717
This commit is contained in:
parent
4793cbbaa5
commit
7ee2e7f6ef
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Add table
Reference in a new issue