struct eh_landing_pad_d: field "landing_pad" is an rtx_code_label
authorDavid Malcolm <dmalcolm@redhat.com>
Mon, 25 Aug 2014 20:07:26 +0000 (20:07 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Mon, 25 Aug 2014 20:07:26 +0000 (20:07 +0000)
commitbe7457df4dc64f828597185dddffe696e5290a21
tree4a56aed3a629a01bea087203267f695747a1a94f
parent1455e88c11fb46029dc6e1769fd2183d45dec75a
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".

From-SVN: r214469
gcc/ChangeLog
gcc/except.c
gcc/except.h