i686 bootstrap problem

Richard Henderson rth@redhat.com
Fri Apr 13 10:22:00 GMT 2001


On Fri, Apr 13, 2001 at 10:17:10AM -0700, Mark Mitchell wrote:
> In start_function, this will have the affect of changing a function
> that is declared like:
> 
>   bool f();
> 
> to one that is declared like:
> 
>   int f();
> 
> I think.

Yes.  It also mirrors what happens for "char".  Because of 
that, I think _not_ promoting bool is confusing.


r~



More information about the Gcc-patches mailing list