www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 19609] New: [ICE] dmd/expression.d(2790): Segmentation fault

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 puremagic.com
          Reporter: ibuclaw 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().

--
Jan 23 2019