https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91763
--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> --- Author: rguenth Date: Wed Sep 18 11:28:20 2019 New Revision: 275872 URL: https://gcc.gnu.org/viewcvs?rev=275872&root=gcc&view=rev Log: 2019-09-18 Richard Biener <rguent...@suse.de> PR lto/91763 * lto-streamer-in.c (input_eh_regions): Move EH init to lto_materialize_function. * tree-streamer-in.c (lto_input_ts_function_decl_tree_pointers): Likewise. lto/ * lto.c (lto_materialize_function): Initialize EH by looking at the function personality and flag_exceptions setting. Modified: trunk/gcc/ChangeLog trunk/gcc/lto-streamer-in.c trunk/gcc/lto/ChangeLog trunk/gcc/lto/lto.c trunk/gcc/tree-streamer-in.c