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 [email protected] https://lists.sourceforge.net/lists/listinfo/sdcc-user
