https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104113
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |FIXME --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- from decl.cc: if (type_was_error_mark_node && template_parm_flag) /* FIXME we should be able to propagate the error_mark_node as is for other contexts too. */ type = error_mark_node; else type = integer_type_node;