[Issue 24852] LDC fails when compile foreach for the target avr.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Nov 10 13:52:09 UTC 2024


https://issues.dlang.org/show_bug.cgi?id=24852

--- Comment #3 from cbleser <cr at tagion.org> ---
I just noted that the size_t for the AVR 8-bit processor is uint.
But the process can only address 16 bits so it should properly be ushort and
ptrdiff_t should be a short.

--


More information about the Digitalmars-d-bugs mailing list