This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: i686 bootstrap problem


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]