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

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@kinke created dlang/dmd pull request #15604 "[stable] Fix Issue 24144 -
[REG2.105] Silent file name index overflow" fixing this issue:

- 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

--

Reply via email to