This is the mail archive of the gcc-bugs@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: MAINLINE breakage on Solaris-2.7


"Zack Weinberg" <zackw@Stanford.EDU> writes:

| On Mon, Mar 05, 2001 at 10:34:55PM +0100, Gabriel Dos Reis wrote:
| > "Zack Weinberg" <zackw@Stanford.EDU> writes:
| > 
| > [...]
| > 
| > | It seems system.h thinks your bootstrap compiler has a built in _Bool,
| > | when it doesn't. 
| > 
| > It is gcc-2.97 from 2000-12-07.
| > 
| > | ... Please try this patch:
| > 
| > It is still failing on the same point :-(  Do you need other information?
| 
| How very strange.

Yes, very very strange.  Your proposed patch didn't let go beyond the
failure.  I looked at the preprocessed file, it seems like 'bool' is
being replaced with '_Bool' whereas there is no available definition.
(true is expanded to 1).
I'm puzzled.

-- Gaby
CodeSourcery, LLC                       http://www.codesourcery.com


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