r214469 - in /trunk/gcc: ChangeLog except.c exc...

dmalcolm@gcc.gnu.org dmalcolm@gcc.gnu.org
Mon Aug 25 20:07:00 GMT 2014


Author: dmalcolm
Date: Mon Aug 25 20:07:26 2014
New Revision: 214469

URL: https://gcc.gnu.org/viewcvs?rev=214469&root=gcc&view=rev
Log:
struct eh_landing_pad_d: field "landing_pad" is an rtx_code_label

gcc/
	* except.h (struct eh_landing_pad_d): Strengthen field
	"landing_pad" from rtx to rtx_code_label *.

	* except.c (sjlj_emit_dispatch_table): Likewise for param
	"dispatch_label"
	(sjlj_build_landing_pads): Likewise for local "dispatch_label".


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/except.c
    trunk/gcc/except.h



More information about the Gcc-cvs mailing list