www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 19757] New: crash on invalid initializer at CTFE

https://issues.dlang.org/show_bug.cgi?id=19757

          Issue ID: 19757
           Summary: crash on invalid initializer at CTFE
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Keywords: CTFE, ice
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: b2.temp gmx.com

crash when trying to convert "oops" to a size_t giving "s" dim.

---
auto s = new string("oops");
---

--
Mar 20 2019