tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] glibc non c99?


From: Mike Partin
Subject: Re: [Tinycc-devel] glibc non c99?
Date: Thu, 14 Oct 2004 13:00:36 -0500

On Thu, 2004-10-14 at 12:10, Fabrice Bellard wrote:
> Your problem may be related to the following bug in TCC. If you have:
> 
> extern int tab[];
> 
> and then
> 
> static int tab[10];
> 
> in the same file, then the size of tab is still not known. I made a fix, 
> but it is not currently commited.
> 

I would be extremely interested in either getting that patch from you or
learning of it's commit time :)

-F





reply via email to

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