------- Comment #3 from dnovillo at gcc dot gnu dot org 2006-04-28 19:17 ------- (In reply to comment #2)
> Read the comments in PR 24222 but basicially the gimplifier is not should not > being doing any semantic anlyasis, that is the job of the front-end. > 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. If you find a non-intrusive way of bubbling this diagnostic up to the parser, be my guest. Otherwise, we should close as WONTFIX. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26751