[Issue 8645] ICE: Assertion failed: (0), function totym, file glue.c, line 1150.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Sep 12 09:29:22 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8645


bearophile_hugs at eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs at eml.cc


--- Comment #2 from bearophile_hugs at eml.cc 2012-09-12 09:29:42 PDT ---
Further manual reduction:


template TypeTuple(TList...) {
    alias TList TypeTuple;
}
void main() {
    alias TypeTuple!(int) Foo;
    int bar;
    Foo args = cast(Foo)bar;
}

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


More information about the Digitalmars-d-bugs mailing list