https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116219
--- Comment #15 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Ah, you're right, create_tmp_var_raw also just sets DECL_NAMELESS. So the only problem is the create_tmp_var_name -> clean_symbol_name cleaning.