[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] Incorrect code crashes the compiler
From: |
lepton |
Subject: |
Re: [Tinycc-devel] Incorrect code crashes the compiler |
Date: |
Sat, 2 Jul 2005 09:55:57 +0800 |
It seems it is a bug that I have fixed.
See my perious mail about "core dump when parse funciton parameters.."
2005/7/1, Alessandro Pedretti <address@hidden>:
> 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
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/tinycc-devel
>