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]

Bug in egcs-970922/gcc/reg-stack.c


Hi

I have tried to build egcs-970922 in the gcc subdirectory with
make bootstrap BOOT_CFLAGS=-O2
(linux-2.0.30, libc-5.4.39)

It stops with the error-message
gcc -c  -DIN_GCC   -DUSE_GNULIBC_1 -g  -DHAVE_CONFIG_H     -I. -I.
-I./config reg-stack.c
reg-stack.c: In function `find_blocks':
reg-stack.c:1357: `x' undeclared (first use this function)
reg-stack.c:1357: (Each undeclared identifier is reported only once
reg-stack.c:1357: for each function it appears in.)
reg-stack.c:1368: `pat' undeclared (first use this function)
make[1]: *** [reg-stack.o] Error 1
make[1]: Leaving directory `/usr/local/src/egcs-970922/gcc'
make: *** [bootstrap] Error 2

Bernd




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