char arr[f(d) ? 0 : 0];
Compiling this with sdcc test.c gives Internal error: validateLink failed in SPEC_SCLS(cexpr->etype) @ SDCCast.c:1858: expected SPECIFIER, got null-link. Tested with commit 11647.
sdcc test.c
Internal error: validateLink failed in SPEC_SCLS(cexpr->etype) @ SDCCast.c:1858: expected SPECIFIER, got null-link
Log in to post a comment.