https://issues.dlang.org/show_bug.cgi?id=16031
--- Comment #4 from [email protected] --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/253b94371378a1acdaca26b515366be74b4f35bd fix Issue 16031 - symbol idx out of bounds w/ multilib and PIC - the types in the catch handler type tables can reoccur and would use a cached DW.ref.name symbol from an older object file - reset DW.ref.name symbol idx before generating next object file - fixes EH for .a archives with PIC https://github.com/dlang/dmd/commit/b551db57c275a58c93745b5d62ca956caca15010 Merge pull request #6129 from MartinNowak/fix16031 fix Issue 16031 - symbol idx out of bounds w/ multilib and PIC --
