tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] Re: Wandering through Dave Dodge's tcc patches...


From: Rob Landley
Subject: [Tinycc-devel] Re: Wandering through Dave Dodge's tcc patches...
Date: Fri, 23 Feb 2007 16:34:33 -0500
User-agent: KMail/1.9.1

On Friday 23 February 2007 7:28 am, Dave Dodge wrote:
> On Thu, Feb 22, 2007 at 04:06:55PM -0500, Rob Landley wrote:
> > but on the function parameters patch, I can't reproduce the failure
> > in my tree.  The patch isn't applied, but possibly it was already
> > fixed somewhere else?
> 
> It's apparently been fixed.  This fails to compile with tcc 0.9.21:
> 
>   extern int foo(int);
>   int foo(int const x) { return x; }
> 
> but works fine with more recent versions.  Fabrice's changelog for
> 0.9.22 mentions:
> 
>   "ignore 'const' and 'volatile' in function prototypes"
> 
> which I assume solved the problem.

Oh good.  Knocking this off means that my tcc todo list can avoid actually 
growing _longer_ today.

So far... :)

Rob
-- 
"Perfection is reached, not when there is no longer anything to add, but
when there is no longer anything to take away." - Antoine de Saint-Exupery




reply via email to

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