[Issue 21429] Cannot sort large tuple arrays at compile time

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon May 3 14:03:20 UTC 2021


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

Berni44 <bugzilla at bernis-buecher.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at bernis-buecher.de

--- Comment #1 from Berni44 <bugzilla at bernis-buecher.de> ---
Meanwhile n == 100 produces:

/home/D/Repo/dmd/generated/linux/release/64/../../../../../druntime/import/core/lifetime.d(2105):
Error: `memcpy` cannot be interpreted at compile time, because it has no
available source code

(using DMD64 D Compiler v2.096.1-242-g9fd50d0be)

It still works for n <= 5.

--


More information about the Digitalmars-d-bugs mailing list