swegener / sdcc

Small Device C Compiler
Other
34 stars 10 forks source link

FATAL Compiler Internal Error in file '../../../src/z80/gen.c' line number '8374' : Unimplemented #3

Open pawosm-arm opened 1 year ago

pawosm-arm commented 1 year ago

sdcc -mez80_z80 -O2 -c inet_aton.c

inet_aton.c:134: error 9: FATAL Compiler Internal Error in file '../../../src/z80/gen.c' line number '8374' : Unimplemented 
Contact Author with source code
inet_aton.c:134: error 9: FATAL Compiler Internal Error in file '../../../src/z80/gen.c' line number '8395' : Unimplemented 
Contact Author with source code

https://github.com/EtchedPixels/FUZIX/blob/master/Library/libs/inet_aton.c

pawosm-arm commented 1 year ago

Happens at -O0 too...