digitalmars.D.bugs - [Issue 10389] New: Infinite recursion on printing self-referential StructLiteralExp
- d-bugmail puremagic.com (24/24) Jun 17 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10389
- d-bugmail puremagic.com (8/8) Jun 17 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10389
- d-bugmail puremagic.com (13/13) Jun 17 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10389
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: nobody puremagic.com ReportedBy: code klickverbot.at 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: -------
Jun 17 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10389 Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/cd0d89919ec6af6ebacaa70d3eaca39db580fe14 Issue 10389 - Infinite recursion on printing self-referential StructLiteralExp. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 17 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10389 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull Status|NEW |RESOLVED Resolution| |FIXED Merged pull request: https://github.com/D-Programming-Language/dmd/pull/2183 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 17 2013