Dear tcc users/developers,
compiling the following incorrect code:

#include <stdarg.h>

void MyFunc(...) {}

the tcc (Windows) crashes. It should show a warning message as gcc:

crash.c:5: ISO C requires a named argument before `...'

I would like the "pragma link" directive to be implemented, in order to link
the libraries without the command line specification. Windows doesn't allow
the "#!" tag in the scripts to specify the interpreter and the options and
so that feature could be very useful.

Thank you for the attention.

Alessandro Pedretti




_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to