[Issue 11621] New: dotexp Internal error: e2ir.c 780

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Nov 27 12:16:10 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=11621

           Summary: dotexp Internal error: e2ir.c 780
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: rswhite4 at googlemail.com


--- Comment #0 from rswhite4 at googlemail.com 2013-11-27 12:16:07 PST ---
This code:
----
struct A {
    template B(T) {
        struct C {
            void test() {

            }
        }

        alias B = C;
    }
}

void main() {
    A a;
    a.B!int.test();
}
----
Gives:
a.(C)
[/d821/f626.d(15)] dotexp Internal error: e2ir.c 780

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


More information about the Digitalmars-d-bugs mailing list