[Issue 19688] New: Default function argument concatenation crashes DMD
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Feb 19 19:23:05 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=19688
Issue ID: 19688
Summary: Default function argument concatenation crashes DMD
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: normal
Priority: P1
Component: dmd
Assignee: nobody at puremagic.com
Reporter: feklushkin.denis at gmail.com
/++ 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
--
More information about the Digitalmars-d-bugs
mailing list