------- Comment #2 from pinskia at gcc dot gnu dot org 2006-04-28 19:05 ------- (In reply to comment #1) > Why, exactly? Some diagnostics are impossible to emit early enough. Is this > a > documented requirement? What's the rationale?
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. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26751