Am 14.10.20 um 03:45 schrieb Ralph Doncaster:
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've opened a ticket:
https://sourceforge.net/p/sdcc/feature-requests/855/

Philipp


_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to