This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.






Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]