This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
interesting error compiling zgv-5.6 with gcc 3.0.4
- From: kutek at cybercomm dot net
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 22 May 2002 09:44:35 -0400
- Subject: interesting error compiling zgv-5.6 with gcc 3.0.4
this is what happened, i've never seen it before:
gcc -Wall -DRGB_DB_FILE=\"/usr/X11R6/lib/X11/rgb.txt\" -O2
-fomit-frame-pointer -finline-functions -c -o readnbkey.o readnbkey.c
readnbkey.c: In function ait_for_keys_or_mouse':
readnbkey.c:215: Can't find a register in class REG' while reloading sm'.
readnbkey.c: In function
ousecur_wait_for_keys_or_mouse':
readnbkey.c:215: Can't find a register in class REG' while reloading sm'.
make[1]: *** [readnbkey.o] Error 1
make[1]: Leaving directory /uni3/rem/buu/zgv-5.6/src'
make: *** [zgv] Error 2
this code compiles with no errors or warnings using egcs-2.91.66
and the same assembler (gnu 2.12) used with 3.0.4.