////// object.d ////// module object; class Object { string toString(); } class TypeInfo {} ////////////////////// $ dmd object.d object.d(5): Error: undefined identifier 'string' 27160 Segmentation fault (core dumped) dmd object.d Introduced in https://github.com/dlang/dmd/pull/1822
https://github.com/dlang/dmd/pull/6975
Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/9e486c36fc76b7ccf45e3d9f19fa9115e7986d19 fix Issue 17612 - [REG2.063] Segmentation fault with bad object.d https://github.com/dlang/dmd/commit/49c0625f305907aa4f9d81aff3370598aac2f5b7 Merge pull request #6975 from WalterBright/fix17612 fix Issue 17612 - [REG2.063] Segmentation fault with bad object.d merged-on-behalf-of: Martin Nowak <code@dawg.eu>
Commits pushed to newCTFE at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/9e486c36fc76b7ccf45e3d9f19fa9115e7986d19 fix Issue 17612 - [REG2.063] Segmentation fault with bad object.d https://github.com/dlang/dmd/commit/49c0625f305907aa4f9d81aff3370598aac2f5b7 Merge pull request #6975 from WalterBright/fix17612
Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/9e486c36fc76b7ccf45e3d9f19fa9115e7986d19 fix Issue 17612 - [REG2.063] Segmentation fault with bad object.d https://github.com/dlang/dmd/commit/49c0625f305907aa4f9d81aff3370598aac2f5b7 Merge pull request #6975 from WalterBright/fix17612