On Tue, 30 Aug 2005, Marcelo Jimenez wrote:

But if I compile with -O0, it not only compiles, it runs as "expected".

Most likely TCC does not spot the error and ends up using some uninitialized variables where it expected the function parameter definition..

should be easy to spot if this is the case by running tcc compiled without optimization valgrind memgrind.

Regards
Henrik


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

Reply via email to