tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] Incorrect code crashes the compiler


From: Alessandro Pedretti
Subject: [Tinycc-devel] Incorrect code crashes the compiler
Date: Fri, 01 Jul 2005 10:07:41 +0200

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






reply via email to

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