[Issue 19757] New: crash on invalid initializer at CTFE

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Mar 20 22:41:05 UTC 2019


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 at puremagic.com
          Reporter: b2.temp at gmx.com

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

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

--


More information about the Digitalmars-d-bugs mailing list