[Issue 6295] DMD 2.054 segfaults

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jul 12 10:09:28 PDT 2011


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


bearophile_hugs at eml.cc changed:

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


--- Comment #1 from bearophile_hugs at eml.cc 2011-07-12 10:04:10 PDT ---
Simplified code:


struct Foo(int N) {}
void main() {
    void bar(T: Foo!(N), int N)(T) {}
}

-- 
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