https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110511

            Bug ID: 110511
           Summary: d: internal compiler error: in setValue, at
                    d/dmd/dinterpret.c:7013
           Product: gcc
           Version: 11.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: d
          Assignee: ibuclaw at gdcproject dot org
          Reporter: ibuclaw at gcc dot gnu.org
  Target Milestone: ---

Only affects gdc-11 and earlier.

---
void formattedRead()
{
    cast(void)checkFormatException!();
}

const checkFormatException() =
{
    const pnum = { ubyte* p; return cast(ulong) p; }();
    return null;
}();

---

Reply via email to