Since a while back, I've had some trouble compiling Pike. (It started a
few months back I belive, while using 7.3 branch.) When using GCC 2.95.3
20010315 (release) peep.c fails to compile. During the compilation of
that file, the compiler dies due to signal 9:
precompile: pike /home/agehall/Pike/7.5/bin/mkpeep.pike /home/agehall/Pike/7.5/src/peep.in (method=QQQQQQ)
Compiling /home/agehall/Pike/7.5/src/peep.c
gcc: Internal compiler error: program cc1 got fatal signal 9
WARNING: Compiler failure! Trying without optimization!
{standard input}: Assembler messages:
{standard input}:1564: Warning: end of file not at end of a line; newline inserted
{standard input}:2692: Warning: .stabs: Missing comma
cc1: warning: -Wuninitialized is not supported without -O
When the compilers tries without optimization it compiles just fine.
I've done some testing of my memory and found no errors so far and thus
I wonder if this problem is due to some bug in my GCC.