Hi, Just FYI this test program fails to compile with tcc:
--
typedef int test;
int
main()
{
test test;
if(test);
return 0;
}
--
$ gcc -Wall -std=c99 test.c (gcc 3.4.3)
$
$ tcc -Wall test.c (tcc 0.9.23)
test.c:6: identifier expected
I don't know if this is valid code according to ISO C99.
--
Jaakko
_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel
