[Issue 7645] ICE(e2ir.c) nested classes

2013-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7645


Denis Shelomovskij  changed:

   What|Removed |Added

 CC||verylonglogin@gmail.com


--- Comment #4 from Denis Shelomovskij  2013-10-14 
14:18:06 MSD ---
It can be templated `class`, `struct`, or `union`, with function or field.

Testcase from Issue 7701:
---
struct S {
struct S2 (T) {
void fn () {}
}
}

void main () {
S s;
s.S2!int.fn();
}
---

Also now internal error is: e2ir.c 780

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


[Issue 7645] ICE(e2ir.c) nested classes

2013-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7645


Denis Shelomovskij  changed:

   What|Removed |Added

 CC||michal.min...@gmail.com


--- Comment #3 from Denis Shelomovskij  2013-10-14 
14:17:49 MSD ---
*** Issue 7701 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: ---


[Issue 7645] ICE(e2ir.c) nested classes

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


Kenji Hara  changed:

   What|Removed |Added

   Keywords||pull


--- Comment #5 from Kenji Hara  2013-11-18 06:31:57 PST ---
https://github.com/D-Programming-Language/dmd/pull/2818

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


[Issue 7645] ICE(e2ir.c) nested classes

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



--- Comment #6 from github-bugzi...@puremagic.com 2013-11-18 08:27:16 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/54d6e35d46c7af02dbb718812834e084354c31b5
fix Issue 7645 - ICE(e2ir.c) nested classes

https://github.com/D-Programming-Language/dmd/commit/346988f858702f958e559f7c28d4cb92f87e0eb7
Merge pull request #2818 from 9rnsr/fix7645

Issue 7645 - ICE(e2ir.c) nested classes

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


[Issue 7645] ICE(e2ir.c) nested classes

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


Kenji Hara  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 7645] ICE(e2ir.c) nested classes

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


Kenji Hara  changed:

   What|Removed |Added

 CC||rswhi...@googlemail.com


--- Comment #7 from Kenji Hara  2013-11-27 20:04:23 PST ---
*** Issue 11621 has been marked as a duplicate of this issue. ***

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