--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-06 01:42 ---
right now if we don't gimplify with -fsyntax-only, we would not be able to
diagnostic the following:
void f(void)
{
break;
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24222
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-06 01:37 ---
The following explains about the C compiler:
http://gcc.gnu.org/ml/gcc/2004-05/msg00257.html
It is semantical analysis and not syntax.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24222
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-06 01:30 ---
This needed for some syntaxical analysis, IIRC.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24222