The following fails to compile:
int *p; void f(void) { _Generic(p, int * : 1, long * : 2); }
Error message:
Internal error: validateLink failed in SPEC_NOUN(type) @ SDCCast.c:5431: expected SPECIFIER, got DECLARATOR
Feature Requests: #749 Wiki: SDCC-STD-UX
Need to use this feature as well. Wish it get fixed soon.
Fixed in [r13377].
Commit: [r13377]
Log in to post a comment.
Need to use this feature as well. Wish it get fixed soon.
Fixed in [r13377].
Related
Commit: [r13377]