This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: i686-pc-linux-gnu bootstrap failure (Was: Re: building sh-elf / sh-linux)



On Jun 4, 2004, at 13:07, Joern Rennecke wrote:


parse_in->opts.char_precision is overwritten because of a type layout
mismatch between parse_in->opts and cpp_opts.

Yes this is PR 15744, basically libcpp does not know that the sizeof(bool)
is going to change between stage1 and stage2.


Thanks,
Andrew Pinski


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