[Issue 19609] New: [ICE] dmd/expression.d(2790): Segmentation fault
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Jan 23 17:56:00 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=19609
Issue ID: 19609
Summary: [ICE] dmd/expression.d(2790): Segmentation fault
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: critical
Priority: P1
Component: dmd
Assignee: nobody at puremagic.com
Reporter: ibuclaw at gdcproject.org
Minimal test(s)
---
deprecated([]) module m;
---
deprecated([""]) module m;
---
deprecated(['a']) module m;
---
deprecated(["a"]) module m;
---
All cause a segmentation fault in ArrayLiteralExp::toStringExp().
--
More information about the Digitalmars-d-bugs
mailing list