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 fails on alpha


First problem:

../../gcc/c-common.c: In function `c_common_nodes_and_builtins':
../../gcc/c-common.c:4968: `PTRDIFF_TYPE' undeclared (first use in this function)
../../gcc/c-common.c:4968: (Each undeclared identifier is reported only once
../../gcc/c-common.c:4968: for each function it appears in.)
make[2]: *** [c-common.o] Error 1
make[2]: Leaving directory `/export/u11/lucier/programs/gcc/objdir/gcc'

So I try to fix it as in c-decl.c by adding:

#ifndef PTRDIFF_TYPE
#define PTRDIFF_TYPE "long int"
#endif

Second problem: Something to do with fixincl.c, but I can't reproduce it now.

Brad Lucier

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