tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Bug


From: Sandor Zsolt
Subject: [Tinycc-devel] Bug
Date: Tue, 31 Mar 2009 01:04:47 -0700 (PDT)

Hello together.
I have a bug found it.

I
int a[] = {11, 12, 13}  //missing the semicolon (no error message).
printf("first");
printf("second");
printf("third");

output
    second
    third

II

int a[] = {11, 12, 13}  //missing the semicolon (no error message).
printf("first") //missing the semicolon
printf("second");
printf("third");

output
    third

With regards

    Zsolt
_______________________________________________
Tinycc-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/tinycc-devel


reply via email to

[Prev in Thread] Current Thread [Next in Thread]