PR gcov-profile/78467
* gcc.dg/tree-prof/comp-goto-1.c (insn_t): Change offset to
signed int.
Co-Authored-By: Andreas Schwab <schwab@linux-m68k.org>
From-SVN: r242864
+2016-11-25 Jakub Jelinek <jakub@redhat.com>
+ Andreas Schwab <schwab@linux-m68k.org>
+
+ PR gcov-profile/78467
+ * gcc.dg/tree-prof/comp-goto-1.c (insn_t): Change offset to
+ signed int.
+
2016-11-25 Richard Sandiford <richard.sandiford@arm.com>
* gcc.dg/tree-ssa/tailcall-7-run.c: New test.
{
struct
{
- unsigned int offset:18;
+ signed int offset:18;
unsigned int ignore:4;
unsigned int s1:8;
int :2;