[Bug ipa/97593] [11 Regression] ICE in gt_pch_nx, at symbol-summary.h:290 since r11-4329-g67f3791f7d133214

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Oct 30 13:31:06 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97593

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jan Hubicka <hubicka@gcc.gnu.org>:

https://gcc.gnu.org/g:aa701610e51ca9e15573ba080cb93ef726252cfc

commit r11-4572-gaa701610e51ca9e15573ba080cb93ef726252cfc
Author: Jan Hubicka <jh@suse.cz>
Date:   Fri Oct 30 14:30:43 2020 +0100

    Fix thunk info WRT PCH

            PR pch/97593
            * cgraph.c (cgraph_node::create_thunk): Register thunk as early
during
            parsing.
            * cgraphunit.c (analyze_functions): Call
            thunk_info::process_early_thunks.
            * symtab-thunks.cc (struct unprocessed_thunk): New struct.
            (thunks): New static variable.
            (thunk_info::register_early): New member function.
            (thunk_info::process_early_thunks): New member function.
            * symtab-thunks.h (thunk_info::register_early): Declare.
            (thunk_info::process_early_thunks): Declare.


More information about the Gcc-bugs mailing list