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, 13 Apr 2001, Richard Henderson wrote:

> My guess is that C_PROMOTING_INTEGER_TYPE_P is intending to
> implement the integer promotions as defined by 6.3.1.1/2.
> If so, we probably ought to be checking for enumerations as
> well.  Which would make a difference for -fshort-enums.

I agree.  The comment documenting C_PROMOTING_INTEGER_TYPE_P needs to be
updated to describe better what you implement.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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