https://issues.dlang.org/show_bug.cgi?id=24144
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- dlang/dmd pull request #15604 "[stable] Fix Issue 24144 - [REG2.105] Silent file name index overflow" was merged into stable: - bbf1e551d0eddaf75f425aec6d748c1bf6ddc2aa by Martin Kinkelin: Fix Issue 24144 - [REG2.105] Silent file name index overflow * Print an ICE message for Loc.filename overflows * Increase the Loc size again, raising the file name limit from 64K to 4G but keeping the index indirection from #15199. The `Loc` size for DMD-as-a-library is 16 bytes then, and 12 bytes otherwise. https://github.com/dlang/dmd/pull/15604 --
