[Issue 24110] [REG2.104] Array comparison lowering apparently not handled properly in __traits(compiles)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Aug 25 20:42:28 UTC 2023


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

--- Comment #1 from kinke <kinke at gmx.net> ---
FWIW, a similar inconsistency with a floating-point `opCmp` result of the array
elements (the same v2.104 regression wrt. `__traits(compiles)`) was fixed in D
v2.105 by fixing the array comparison; see
https://github.com/ldc-developers/ldc/pull/4475 for details.

--


More information about the Digitalmars-d-bugs mailing list