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.
Internal errors in compilers are always due to bugs in the compilers.
/ Henrik Grubbström (Lysator)
Previous text:
2003-01-03 12:46: Subject: Problem compiling Pike
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.
/ Marcus Agehall (Trådlös)
That looks like the typical compiler-runs-out-of-memory problem that happens sometimes. By the way, 2.95.x isn't that wierd Redhat-induced gcc version that isn't supported by the gcc team, is it?
/ Mirar
Previous text:
2003-01-03 12:46: Subject: Problem compiling Pike
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.
/ Marcus Agehall (Trådlös)
No, that's the 2.96 line.
/ Martin Nilsson (bygger parser
Previous text:
2003-01-03 14:28: Subject: Problem compiling Pike
That looks like the typical compiler-runs-out-of-memory problem that happens sometimes. By the way, 2.95.x isn't that wierd Redhat-induced gcc version that isn't supported by the gcc team, is it?
/ Mirar
I hope not, especially since I'm running a slackware system.. ;)
/ Marcus Agehall (Trådlös)
Previous text:
2003-01-03 14:28: Subject: Problem compiling Pike
That looks like the typical compiler-runs-out-of-memory problem that happens sometimes. By the way, 2.95.x isn't that wierd Redhat-induced gcc version that isn't supported by the gcc team, is it?
/ Mirar
pike-devel@lists.lysator.liu.se