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]
Other format: [Raw text]

[Bug bootstrap/11745] Bootstrap fails when compiling insn-attrtab.c with stage1/xgcc


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11745



------- Additional Comments From jv244 at cam dot ac dot uk  2003-08-15 18:45 -------
Unhappily this is not working.

The flag is added for some of the compiles e.g.

gcc -c -DHAVE_CONFIG_H -g -Wl,--stack,8388608 -I. -I/home/vondele/gcc-
g95/gcc/libiberty/../include  -W -Wall -Wtraditional -
pedantic  /home/vondele/gcc-g95/gcc/libiberty/stpncpy.c -o pic/stpncpy.o

but not for linking xgcc.exe (where I suppose it is mostly needed)

gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-
prototypes -pedantic -Wno-long-long -fno-common   -DHAVE_CONFIG_H  -o xgcc.exe 
gcc.o gccspec.o intl.o \
  prefix.o version.o cygwin1.o ../libiberty/libiberty.a -lintl -
liconv ../libbanshee/points-
to/libandersen.a ../libbanshee/engine/libbansheeengine.a ../libbanshee/libcompa
t/libbansheecompat.a

the final error remains the same.
(BTW using these CFLAGS also produces a lot of warnings :
gcc: --stack: linker input file unused because linking not done
gcc: 8388608: linker input file unused because linking not done
)


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