'internal compiler error in expr.c' 2nd attempt
GCC for 32-bit and 64-bit Windows with a real installer & updater
Brought to you by:
tdragon
The critical C code was turned into text styling at my first attempt (#215). Don't know if my update worked. Report should be:
Compiling the following using -mx32 flag causes an internal error:
int *fn(void){
int *m;
return m;
}
Command line:
\gcc64\bin\gcc -mx32 -c c.c
Version is 4.8.1
Full error message is:
c.c: In function 'fn':
c.c:3:2: internal compiler error: in emit_move_insn, at expr.c:3486
return m;
^
Please submit a full bug report,
with preprocessed source if appropriate.
See http://tdm-gcc.tdragon.net/bugs for instructions.
OS is Windows 7
Full verbose output is: (see ticket #215)
Anonymous