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

           Summary: ICE on printing ClassReferenceExp
           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 01:01:32 
PDT ---
The following test case ICEs DMD 2.063.1:

---
class Test109C { this(){ this.c = this; } Test109C c; }
const t109c = new Test109C();
pragma(msg, t109c);
---

dmd: expression.c:1703: void expToCBuffer(OutBuffer*, HdrGenState*,
Expression*, PREC): Assertion `precedence[e->op] != PREC_zero' failed.

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

Reply via email to