March 27, 2024 [Issue 24456] CTFE implicit conversion to void[] produces wrong length | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24456 basile-z <b2.temp@gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |CTFE Hardware|x86 |All OS|Windows |All Severity|normal |major --- Comment #1 from basile-z <b2.temp@gmx.com> --- compile-time evaluation bug. minimized to ```d enum int[2] a = [0,1]; static assert((cast(void[])a).length == 8); ``` -- |
December 13 [Issue 24456] CTFE implicit conversion to void[] produces wrong length | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24456 --- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dmd/issues/20424 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation