> > > > ------- Comment #3 from dnovillo at gcc dot gnu dot org 2006-04-28 19:17 > ------- > Well, some of the structural analysis for which emit errors is done even later > than that, so it would be naive to pretend that we can catch everything during > parsing.
I don't understand why it is hard. > > If you find a non-intrusive way of bubbling this diagnostic up to the parser, > be my guest. Otherwise, we should close as WONTFIX. GDR will become upset with you if you close as WILL NOT FIX. Also I did not mark this as a regression on purpose so we can keep track of the problems with reporting errors late in the game. Really after the front-end is done parsing, calling error should be turned into an internal error. -- Pinski