I'm getting this error when I try to compile the current cvs
version with gcc3.3:
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/in
clude/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall
-Wno-unused -DDATADIR=\"/usr/local/share\" -g -O2 -c `test
-f 'pacman.c' || echo './'`pacman.c
pacman.c: In function `pacman_animate':
pacman.c:275: error: unrecognizable insn:
(insn:HI 794 551 795 64 0x4070dd3c (set (reg:CC 17 flags)
(compare:CC (symbol_ref:SI ("move.1"))
(reg/v/f:SI 61))) -1 (nil)
(expr_list:REG_DEAD (reg/v/f:SI 61)
(nil)))
pacman.c:275: internal compiler error: in extract_insn, at
recog.c:2175
Logged In: NO
i get exactly the same error
pacman.c, 275 ...
internal compiler error
i have suse 8.2 with some updated packages
Logged In: NO
solution:
change in src/Makefile
-O3 to -O1
(-O0 doesn't work too - gives error xpm too large?!)