sorry, i misunderstood the absurd standard, again. brucee
On 10/6/06, erik quanstrom <[EMAIL PROTECTED]> wrote:
actually, the switch statement here is a red herring. here's what kenc dislikes: label: int assignment = 0; so this will generate an error, too: void main(void) { begin: int j; j = 0; if(j>1) goto begin; exits(""); } gcc is also unable to parse this production. - erik