[Issue 18010] Undefined reference to _d_arraycopy when copying arrays in -betterC
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Feb 10 10:15:29 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=18010
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla at digitalmars.com
--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> ---
> -noboundscheck
The trouble is dmd is relying on _d_arraycopy() to do the bounds check, and
just uses memcpy() otherwise.
--
More information about the Digitalmars-d-bugs
mailing list