except.c (emit_to_new_bb_before): Make sure to put a location on SEQ.
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 5 Jul 2019 08:39:13 +0000 (08:39 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 5 Jul 2019 08:39:13 +0000 (08:39 +0000)
commit4500f7510368cdb24b8afcc66e86e09cafe49199
treeef2fbd634046ad09eee8adc6a72055247524803a
parentffdc40a90faec54d29af76b994c52790685a8e58
except.c (emit_to_new_bb_before): Make sure to put a location on SEQ.

* except.c (emit_to_new_bb_before): Make sure to put a location on SEQ.
* tree-eh.c (replace_goto_queue_1) <GIMPLE_GOTO>: Propagate location.
(emit_eh_dispatch): Delete.
(lower_catch): Emit the eh_dispatch manually and set the location of
the first catch statement onto it.
(lower_eh_filter): Emit the eh_dispatch manually and set location.
(lower_eh_dispatch): Propagate location.
* tree-outof-ssa.c (set_location_for_edge): Handle EH edges specially.
(eliminate_build): Likewise.

From-SVN: r273132
gcc/ChangeLog
gcc/except.c
gcc/tree-eh.c
gcc/tree-outof-ssa.c