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: David Hovemeyer
Subject: Re: [Tinycc-devel] glibc non c99?
Date: Thu, 14 Oct 2004 14:16:59 -0400
User-agent: Mutt/1.4.1i

On Thu, Oct 14, 2004 at 07:10:08PM +0200, 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.

Shouldn't this be an error?

-Dave




reply via email to

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