Commit b8271a38 by Andreas Schwab Committed by Andreas Schwab

comp-goto-1.c (insn_t): Change offset to signed int.

* gcc.c-torture/execute/comp-goto-1.c (insn_t): Change offset to
signed int.

From-SVN: r242629
parent 90b47c51
2016-11-19 Andreas Schwab <schwab@linux-m68k.org>
* gcc.c-torture/execute/comp-goto-1.c (insn_t): Change offset to
signed int.
2016-11-19 John David Anglin <danglin@gcc.gnu.org> 2016-11-19 John David Anglin <danglin@gcc.gnu.org>
* gfortran.dg/coarray_alloc_comp_1.f08: Add "-latomic" option if * gfortran.dg/coarray_alloc_comp_1.f08: Add "-latomic" option if
......
...@@ -14,7 +14,7 @@ typedef union ...@@ -14,7 +14,7 @@ typedef union
{ {
struct struct
{ {
unsigned int offset:18; signed int offset:18;
unsigned int ignore:4; unsigned int ignore:4;
unsigned int s1:8; unsigned int s1:8;
int :2; int :2;
......
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