please attach the preprocessed file that crashes. recompile using '-save-temps' and send the appropriate .i file.
- which gcc version does compile the file? - does omitting the -march flag, omitting an -f flag or reducing the optimization help avoiding the ICE? Thanks, Matthias Xesc Arbona writes: > Package: gcc-3.2 > Version: 1:3.2.2-0pre3 > Severity: normal > > > I'm trying to build xmame-0.62 from scratch, but gcc crashes after > compiling a while and shows me a message like > > "Compiling src/cpu/m6502/m6502.c ... > src/cpu/m6502/m6502.c: In function `n2a03_79': > src/cpu/m6502/m6502.c:680: Internal compiler error in > remove_unnecessary_notes, at en_rtx:136696795 > Please submit a full bug report, > with preprocessed source if appropriate. > See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions. > make: *** [xmame.obj/cpu/m6502/m6502.o] Error 1" > > If I restart, it compiles that file, but it crashes compiling another > file. I use the following optimizations for my Thunderbird Athlon: > > -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe > -mpreferred-stack-boundary=2 -march=i686 -falign-functions=4 > > Any idea? > > -- System Information: > Debian Release: testing/unstable > Architecture: i386 > Kernel: Linux frisbi 2.4.19 #6 dc nov 6 20:35:36 CET 2002 i686 > Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (ignored: LC_ALL set) > > Versions of packages gcc-3.2 depends on: > ii binutils 2.13.90.0.16-1 The GNU assembler, linker and > bina > ii cpp-3.2 1:3.2.2-0pre3 The GNU C preprocessor > ii gcc-3.2-base 1:3.2.2-0pre3 The GNU Compiler Collection > (base > ii libc6 2.3.1-9 GNU C Library: Shared libraries > an > ii libgcc1 1:3.2.2-0pre3 GCC support library > > -- no debconf information > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]