← Back to index
|
Original Bugzilla link
Bug 19688 – [ICE] Default function argument concatenation crashes DMD
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
x86_64
OS
Linux
Creation time
2019-02-19T19:23:05Z
Last change time
2019-02-20T14:24:37Z
Keywords
pull
Assigned to
No Owner
Creator
feklushkin.denis
Comments
Comment #0
by feklushkin.denis — 2019-02-19T19:23:05Z
/++ dub.sdl: name "ttest" description "test" +/ void test(string s = __MODULE__~__FUNCTION__) { } void main() { test(); } ======= Illegal instruction (core dumped) dmd failed with exit code 132. DMD 2.081, 2.084 and nightly is affected
Comment #1
by dlang-bot — 2019-02-20T13:19:52Z
@RazvanN7 created dlang/dmd pull request #9377 "Fix Issue 19688 - [ICE] Default function argument concatenation crashes DMD" fixing this issue: - Fix Issue 19688 - [ICE] Default function argument concatenation crashes DMD
https://github.com/dlang/dmd/pull/9377
Comment #2
by dlang-bot — 2019-02-20T14:24:37Z
dlang/dmd pull request #9377 "Fix Issue 19688 - [ICE] Default function argument concatenation crashes DMD" was merged into master: - 7e8b2fd03f9da57bc78fb703946de7f852f7e8fc by RazvanN7: Fix Issue 19688 - [ICE] Default function argument concatenation crashes DMD
https://github.com/dlang/dmd/pull/9377