[Issue 10390] New: ICE on printing ClassReferenceExp

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jun 17 01:01:33 PDT 2013


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: nobody at puremagic.com
        ReportedBy: code at klickverbot.at


--- Comment #0 from David Nadlinger <code at klickverbot.at> 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: -------


More information about the Digitalmars-d-bugs mailing list