https://issues.dlang.org/show_bug.cgi?id=23816
--- Comment #1 from naydef <[email protected]> --- The compiler seemingly fails with this message: ---------------------------------------- dmd: src/dmd/backend/ptrntab.d:5844: Assertion `array overflow' failed. ---------------------------------------- Digger blames: ---------------------------------------- digger: 5b4d3c47e26c1e32cd5425f31ac390f992ac34f9 is the first bad commit commit 5b4d3c47e26c1e32cd5425f31ac390f992ac34f9 Author: Walter Bright <[email protected]> Date: Thu Oct 13 18:10:22 2022 -0700 dmd: remove potential overflow from binary search (#14556) ---------------------------------------- --
