The following program allocates code space for the string, even though it's only used at compile time by sizeof().
int main() { return sizeof("hello"); }
I see the issue still in current sdcc from trunk.
Log in to post a comment.