[Issue 9499] New: ICE (declaration.c:183) on multiple tuple declaration

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Feb 12 11:36:47 PST 2013


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

           Summary: ICE (declaration.c:183) on multiple tuple declaration
           Product: D
           Version: D2
          Platform: All
        OS/Version: Windows
            Status: NEW
          Keywords: ice
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: maxim at maxim-fomin.ru


--- Comment #0 from Maxim Fomin <maxim at maxim-fomin.ru> 2013-02-12 11:36:46 PST ---
import std.typecons;

void main()
{
    Tuple!(int) a, b;
}

Assertion failure: '0' on line 183 in file 'declaration.c'

It happens on dmd 2.061 windows. Cannot reproduce on linux git head (2.062
beta). Seems to be unaffected by types and number of elements in tuple.

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