Commit 758dcf83 by Jakub Jelinek Committed by Jakub Jelinek

re PR gcov-profile/78467 (gcc.dg/tree-prof/comp-goto-1.c FAILs)

	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
parent 83d0488b
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.
......
......@@ -16,7 +16,7 @@ typedef union
{
struct
{
unsigned int offset:18;
signed int offset:18;
unsigned int ignore:4;
unsigned int s1:8;
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