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: mainline bootstrap failure in bitmap.c on sparcv9-sun-solaris2.8


Joern Rennecke wrote:-

> >> You suddenly have a HOST_BITS_PER_WIDE_INT > 64?
> >> (Note, not equal to 64, it's a strict greater than test).
> >
> >No, it is 64 on that platform. This also happens on sparc-*-linux-gnu
> >where it is 32.
> 
> Well, obviously something in or used by cpplib gets miscompiled.

The lines that appeared to be causing the issue used '==', which
is impossible to overflow.  So I've got no idea what's going on
there.

Neil.


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