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?).