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: Bootstrap fail related to HOST_WIDEST_INT




  In message <4.1.19990218115944.03a20f10@mail.lauterbach.com>you write:
  > Hi,
  > 
  > current CVS doesn't bootstrap on powerpc-linux-gnu (glibc-2.1), cause it
  > doesn't pick a definition for HOST_WIDEST_INT it seems.
Then you need to debug why. 

system.h has all the HOST_WIDEST_INT code, it's only a dozen lines or so.

Is is possible something has defined HOST_WIDEST_INT before system.h has
been included?  That's the only way I immediately see for that code
to go wrong.

jeff


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