This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Bootstrap fail related to HOST_WIDEST_INT
- To: Franz Sirl <Franz dot Sirl-kernel at lauterbach dot com>
- Subject: Re: Bootstrap fail related to HOST_WIDEST_INT
- From: Jeffrey A Law <law at hurl dot cygnus dot com>
- Date: Wed, 24 Feb 1999 04:45:27 -0700
- cc: egcs-bugs at egcs dot cygnus dot com
- Reply-To: law at cygnus dot com
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