[PATCH] [PR testsuite/67959]Minor cleanup for ssa-thread-13.c
PR testsuite/67959 * gcc.dg/tree-ssa/ssa-thread-13.c: Avoid bitfield assumptions. From-SVN: r228819
This commit is contained in:
parent
0796dee86b
commit
cb62081c07
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2015-10-14 Jeff Law <law@redhat.com>
|
||||
|
||||
PR testsuite/67959
|
||||
* gcc.dg/tree-ssa/ssa-thread-13.c: Avoid bitfield assumptions.
|
||||
|
||||
2015-10-14 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* gcc.dg/tree-ssa/reassoc-39.c: Use -g. Adjust dg-final.
|
||||
|
|
|
@ -33,7 +33,7 @@ union rtunion_def
|
|||
typedef union rtunion_def rtunion;
|
||||
struct rtx_def
|
||||
{
|
||||
__extension__ enum rtx_code code:16;
|
||||
int code;
|
||||
union u
|
||||
{
|
||||
rtunion fld[1];
|
||||
|
|
Loading…
Add table
Reference in a new issue