This is the mail archive of the gcc@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]

compilation failure


I bootstrapped gcc version 3.0 20010513 successfully on SCO OpenServer 5.0.6.
Something happened in the the intervening seven days to cause this failure:

./xgcc -B./ -B/usr/local/i686-pc-sco3.2v5.0.6/bin/ -isystem /usr/local/i686-pc-sco3.2v5.0.6/include -O2   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototyp
es -Wmissing-prototypes -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I/s/tools/gcc/gcc -I/s/tools/gcc/gcc/. -I/s/tools/gcc/gcc/config -I/s/tools/gcc/gcc/../include -fexceptions -c /s/tools/gcc/gcc/unwind-dw2.c -o libgcc/./unwind-dw2.o
/s/tools/gcc/gcc/unwind-dw2.c: In function `extract_cie_info':
/s/tools/gcc/gcc/unwind-dw2.c:219: warning: implicit declaration of function `strlen'
/s/tools/gcc/gcc/unwind-dw2.c: In function `execute_stack_op':
/s/tools/gcc/gcc/unwind-dw2.c:300: warning: `result' might be used uninitialized in this function
/s/tools/gcc/gcc/unwind-dw2.c: In function `execute_cfa_program':
/s/tools/gcc/gcc/unwind-dw2.c:775: warning: implicit declaration of function `alloca'
/s/tools/gcc/gcc/unwind-dw2.c: In function `uw_frame_state_for':
/s/tools/gcc/gcc/unwind-dw2.c:886: warning: implicit declaration of function `memset'
/s/tools/gcc/gcc/unwind-dw2.c: In function `uw_install_context_1':
/s/tools/gcc/gcc/unwind-dw2.c:1103: warning: implicit declaration of function `memcpy'
/s/tools/gcc/gcc/unwind-dw2.c: At top level:
/s/tools/gcc/gcc/unwind-dw2.c:1123: Internal compiler error in ?, at dwarf2asm.c:1001


-- 
JP


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