[Bug c++/79050] [5/6/7 Regression] ICE: tree code 'template_type_parm' is not supported in LTO streams
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jan 12 16:29:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79050
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org,
| |jason at gcc dot gnu.org
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
auto is something that needs to match dwarf2out.c is_cxx_auto, so needs to
survive in the IL at least until the FE is done with it and until early dwarf
creates DIEs for it. I suppose afterwards we could throw it away
(free_lang_data pass?).
More information about the Gcc-bugs
mailing list