[Issue 3044] New: Bus error compiling the following code

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jun 1 12:22:30 PDT 2009


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

           Summary: Bus error compiling the following code
           Product: D
           Version: 2.030
          Platform: Other
        OS/Version: Mac OS X
            Status: NEW
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: sean at invisibleduck.org


import std.typecons;

void fn(T)( T val )
{
    T* tmp = new T;
}

void main()
{
    fn( tuple(5) );
}

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