tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] TCC 0.9.13


From: s duclos
Subject: Re: [Tinycc-devel] TCC 0.9.13
Date: Sun, 3 Nov 2002 12:53:27 -0800 (PST)

Salut Fabrice,

Including an empty file (zero byte) put tcc 
in an infite loop.

Also tcc stop where gcc emit a warning for a
suspicious type cast:

// t4.c
void f(int* p){}
main(){ int i; f(i);}

%gcc -c t4.c
t4.c: In function `main':
t4.c:2: warning: passing arg 1 of `f' makes pointer
from integer without a cast

%tcc -c t4.c
t4.c:2: cannot cast 'int' to 'int *'


Thanks,

Sylvain.



__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/




reply via email to

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