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]

Bootstrap fail related to HOST_WIDEST_INT


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.

Franz.

make[1]: Leaving directory `/home/fsirl/obj/cvsm/texinfo'
Bootstrapping the compiler
make[1]: Entering directory `/home/fsirl/obj/cvsm/gcc'
make CC="gcc" libdir=/home/fsirl/gnubin/lib LANGUAGES="c "
make[2]: Entering directory `/home/fsirl/obj/cvsm/gcc'
gcc  -DIN_GCC -DHAIFA    -g -W -Wall  -DHAVE_CONFIG_H    -I.
-I../../../egcsm/gcc -I../../../egcsm/gcc/config
-I../../../egcsm/gcc/../include \

-DGCC_INCLUDE_DIR=\"/home/fsirl/gnubin/lib/gcc-lib/ppc-redhat-linux/egcs-2.9
3.08/include\" \

-DGPLUSPLUS_INCLUDE_DIR=\"/home/fsirl/gnubin/lib/gcc-lib/ppc-redhat-linux/eg
cs-2.93.08/../../../..`echo /home/fsirl/gnubin | sed -e 's|^/home/fsirl
/gnubin||' -e 's|/[^/]*|/..|g'`/include/g++-2\" \
  -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" \

-DCROSS_INCLUDE_DIR=\"/home/fsirl/gnubin/lib/gcc-lib/ppc-redhat-linux/egcs-2
.93.08/../../../../ppc-redhat-linux/sys-include\" \

-DTOOL_INCLUDE_DIR=\"/home/fsirl/gnubin/lib/gcc-lib/ppc-redhat-linux/egcs-2.
93.08/../../../../ppc-redhat-linux/include\" \
  -c `echo ../../../egcsm/gcc/cccp.c | sed 's,^\./,,'`
../../../egcsm/gcc/cccp.c:100: parse error before `parse_escape'
../../../egcsm/gcc/cccp.c:100: parse error before `HOST_WIDEST_INT'
../../../egcsm/gcc/cccp.c:100: warning: type defaults to `int' in
declaration of `parse_escape'
../../../egcsm/gcc/cccp.c:100: warning: data definition has no type or
storage class



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