https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114308
anlauf at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|ice-on-valid-code |ice-on-invalid-code --- Comment #8 from anlauf at gcc dot gnu.org --- (In reply to kargls from comment #7) > I can no longer edit meta data for a PR. The keyword: field is wrong. This > is an ice-on-invalid-code. Please change. I think you need to login with your @gcc.gnu.org address now, if you have one. Regarding your patch, is there a reason you emit the symbol name twice? gfc_error ("Declared type of %qs has an ABSTRACT attribute, " "%qs cannot appear in the array constructor at %L", expr->symtree->name, expr->symtree->name, &expr->where); How about just doing it once (see e.g. NAG)?