Bug 17612 – [REG2.063] Segmentation fault with bad object.d

Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P5
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2017-07-06T14:44:32Z
Last change time
2017-08-16T13:23:29Z
Keywords
ice
Assigned to
No Owner
Creator
Vladimir Panteleev

Comments

Comment #0 by dlang-bugzilla — 2017-07-06T14:44:32Z
////// 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
Comment #1 by bugzilla — 2017-07-06T22:45:44Z
Comment #2 by github-bugzilla — 2017-07-10T01:23:13Z
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 <[email protected]>
Comment #3 by github-bugzilla — 2017-08-07T13:17:23Z
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
Comment #4 by github-bugzilla — 2017-08-16T13:23:29Z
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