Thread overview
[Issue 10390] New: ICE on printing ClassReferenceExp
Jun 17, 2013
David Nadlinger
Jun 19, 2013
Henning Pohl
Jun 21, 2013
Kenji Hara
June 17, 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@puremagic.com
        ReportedBy: code@klickverbot.at


--- Comment #0 from David Nadlinger <code@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: -------
June 19, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10390


Henning Pohl <henning@still-hidden.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |henning@still-hidden.de


--- Comment #1 from Henning Pohl <henning@still-hidden.de> 2013-06-19 07:06:51 PDT ---
https://github.com/D-Programming-Language/dmd/pull/2224

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 21, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10390



--- Comment #2 from github-bugzilla@puremagic.com 2013-06-20 19:25:00 PDT ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/38dc0e4e1b1a6e5e7017d418b1c9eba7a6e26326 Merge pull request #2224 from hpohl/10390

fix issue 10390 - ICE on printing ClassReferenceExp

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 21, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10390


Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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