[Issue 19413] Segfault assigning hashmap from slice in CTFE
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Nov 22 15:23:38 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=19413
--- Comment #5 from Stefan Koch <uplink.coder at gmail.com> ---
Some more information:
What happens is actually a stack-overflow in optimize.d:1209
I guess my guess is that error-nodes do compare false to all other nodes since
an error node does make it through. the Optimizer can never verify that the
fixed point has been reached.
--
More information about the Digitalmars-d-bugs
mailing list