Commit 8dd3ca88 by Jan Hubicka Committed by Jan Hubicka

jump.c (mark_jump_label): Handle subregs of label_refs.

	* jump.c (mark_jump_label): Handle subregs of label_refs.
	* gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.

From-SVN: r58921
parent 1cc6f9f4
Fri Nov 8 11:20:19 CET 2002 Jan Hubicka <jh@suse.cz>
* jump.c (mark_jump_label): Handle subregs of label_refs.
2002-11-07 David Mosberger <davidm@hpl.hp.com>
* config/ia64/crtend.asm: Include "auto-host.h".
......
......@@ -1397,7 +1397,6 @@ mark_jump_label (x, insn, in_mem)
case PC:
case CC0:
case REG:
case SUBREG:
case CONST_INT:
case CONST_DOUBLE:
case CLOBBER:
......
Fri Nov 8 10:52:15 CET 2002 Jan Hubicka <jh@suse.cz>
* gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
2002-11-07 Mark Mitchell <mark@codesourcery.com>
* g++.dg/abi/vthunk3.C: New test.
......
int
main()
{
l1:
return &&l1-&&l2;
l2:
}
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