http://d.puremagic.com/issues/show_bug.cgi?id=10389

           Summary: Infinite recursion on printing self-referential
                    StructLiteralExp
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: ice
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from David Nadlinger <[email protected]> 2013-06-17 00:51:26 
PDT ---
The following test case crashes DMD 2.063.2:

---
struct Test109S { this(int){ this.s = &this; } Test109S* s; }
const t109s = new Test109S(0);
pragma(msg, t109s);
---

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to