int f(void) { return *(int *)0; }
Compiling this with sdcc test.c -mds390 results in Internal error: validateOpType failed in OP_SYMBOL(IC_LEFT (ic)) @ ralloc.c:2602: expected symbol, got value. Tested on commit 11662.
sdcc test.c -mds390
Internal error: validateOpType failed in OP_SYMBOL(IC_LEFT (ic)) @ ralloc.c:2602: expected symbol, got value
Log in to post a comment.