[Issue 24144] [REG2.105] Silent file name index overflow

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Sep 14 11:39:57 UTC 2023


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
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

--


More information about the Digitalmars-d-bugs mailing list