------- Comment #3 from dfranke at gcc dot gnu dot org 2009-12-11 21:44 ------- (In reply to comment #2) > I wonder why this is not caught in parse.c's verify_st_order; the error > message there is much nicer
Because it seems that verify_st_order is not called for every accepted statement. In the testcase of comment #1, this function is called just twice. Not at least three times as one would expect. -- dfranke at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dfranke at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32365