[Issue 19413] Segfault assigning hashmap from slice in CTFE

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Nov 22 14:49:36 UTC 2018


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

Stefan Koch <uplink.coder at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |uplink.coder at gmail.com

--- Comment #4 from Stefan Koch <uplink.coder at gmail.com> ---
This does not seem to be a CTFE issue.

It's a problem where the optimizer will try to optimise an invalid node.

Also there is no need to use writeln, you can replace the writeln by void
use(A)(A a) {}

--


More information about the Digitalmars-d-bugs mailing list