[Bug lto/63546] ICE: Segmentation fault in lto_get_decl_name_mapping on ppc64

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Oct 16 16:19:00 GMT 2014


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

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
When this code is invoked, DECL_RTL for some variable might not be set yet,
even when it will or might be set later on (e.g. TLS vars), e.g. when compiling
some other function.
So, we need some RTL for it but not set the rtl on the actual decl.



More information about the Gcc-bugs mailing list