Fred van Kempen via Tinycc-devel [18/01/2024 21.35]:
This:
#include <stdio.h>
#include <stdlib.h>
int
main(int argc, char **argv)
{
#ifdef FOO
printf("Foo: %s\n", argv[0]);
#endif bar
return argc;
}
should not compile, for obvious reasons, but it does..
Using 0.28rc.
It also compiles, with a warning, both with GCC (13.2.0) and Clang (15.0.7).
--
Hilsen Harald
_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel