tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] bug - function pointers in ?: expression


From: Dave Dodge
Subject: Re: [Tinycc-devel] bug - function pointers in ?: expression
Date: Fri, 22 Jul 2005 20:44:10 -0400
User-agent: Mutt/1.4.2i

On Fri, Jul 22, 2005 at 07:54:51PM -0400, Russ Cox wrote:
> This is tcc compiled from CVS earlier this afternoon.
> It appears that the type of a ?: expression with function
> pointers in the arms somehow gets deduced to be 
> some form of integer type instead of function pointer.

Known problem.  See attached patch (note: this is against an old version
but will probably apply anyway).

                                                  -Dave Dodge

Attachment: tcc-0.9.22-function-ptr-in-condexpr.patch
Description: Text document


reply via email to

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