Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
July 09, 2013 [Issue 10579] New: regression 062=>063: Cannot interpret TypeInfo at compile time | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=10579 Summary: regression 062=>063: Cannot interpret TypeInfo at compile time Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: regression Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: thelastmammoth@gmail.com --- Comment #0 from thelastmammoth@gmail.com 2013-07-08 19:42:14 PDT --- dmd main.d ---- main.d: void main(){ pragma(msg,typeid(int).toString); } ---- v2.063.2 Assertion failed: (thisval && thisval->op == TOKclassreference), function interpret, file interpret.c, line 4067. v2.062 Error: Cannot interpret & D10TypeInfo_i6__initZ at compile time & D10TypeInfo_i6__initZ.toString() -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
July 09, 2013 [Issue 10579] regression 062=>063: Cannot interpret TypeInfo at compile time | ||||
---|---|---|---|---|
| ||||
Posted in reply to thelastmammoth@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=10579 Don <clugdbug@yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |CTFE, ice, pull --- Comment #1 from Don <clugdbug@yahoo.com.au> 2013-07-09 00:45:14 PDT --- https://github.com/D-Programming-Language/dmd/pull/2325 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
July 09, 2013 [Issue 10579] regression 062=>063: Cannot interpret TypeInfo at compile time | ||||
---|---|---|---|---|
| ||||
Posted in reply to thelastmammoth@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=10579 --- Comment #2 from github-bugzilla@puremagic.com 2013-07-09 01:10:06 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/7f50fb0014544d5174f767d5a57c78cd747bded9 Fix bug 10579 CTFE ICE with TypeInfo Applies to any attempt to call a virtual function on a static variable. https://github.com/D-Programming-Language/dmd/commit/25db2c93a5fc94899cc9632e64aa3348f7ee2442 Bug 10579 CTFE ICE second case ICE when resolving a virtual function call in CTFE. Same ICE as bug 10579. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
July 09, 2013 [Issue 10579] regression 062=>063: Cannot interpret TypeInfo at compile time | ||||
---|---|---|---|---|
| ||||
Posted in reply to thelastmammoth@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=10579 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: ------- |
September 23, 2013 [Issue 10579] regression 062=>063: Cannot interpret TypeInfo at compile time | ||||
---|---|---|---|---|
| ||||
Posted in reply to thelastmammoth@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=10579 Don <clugdbug@yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |doob@me.com --- Comment #3 from Don <clugdbug@yahoo.com.au> 2013-09-23 00:41:27 PDT --- *** Issue 10620 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation