[Issue 10938] ICE on recursive instantiation in opDispatch

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10938



--- Comment #2 from github-bugzi...@puremagic.com 2014-01-05 13:00:00 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/d872976cb9de78de92a18079b9b90adfd502b7d9
fix Issue 10938 - ICE on recursive instantiation in opDispatch

By fixing issue 10736 (314a1cca9ff56775b9e2a9cf81564135be0726b1), all of
template instance semantic are reliably finished by the deferred mechanism.
And it had removed the necessity of the code in
`DotTemplateInstanceExp::semanticY` for the issue 4003.

Therefore, just remove the unnecessary code to fix the ICE.

https://github.com/D-Programming-Language/dmd/commit/cd8a42547187ae9cb8ff3593efd3ee7a88697e72
Merge pull request #2840 from 9rnsr/fix10938

Issue 10938 - ICE on recursive instantiation in opDispatch

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


[Issue 10938] ICE on recursive instantiation in opDispatch

2014-01-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10938


Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


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


[Issue 10938] ICE on recursive instantiation in opDispatch

2013-11-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10938


Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

   Keywords||pull


--- Comment #1 from Kenji Hara k.hara...@gmail.com 2013-11-20 21:36:18 PST ---
https://github.com/D-Programming-Language/dmd/pull/2840

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