[Issue 3996] New: Algebraic with struct crashes compiler

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Mar 21 06:51:40 PDT 2010


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

           Summary: Algebraic with struct crashes compiler
           Product: D
           Version: 2.041
          Platform: x86_64
        OS/Version: Mac OS X
            Status: NEW
          Severity: major
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: michel.fortin at michelf.com


--- Comment #0 from Michel Fortin <michel.fortin at michelf.com> 2010-03-21 09:51:37 EDT ---
DMD 2.041 and 2.042 on Mac OS X crash with this input. It was working a few
versions before, but I don't know exactly at which point it broke.

import std.variant;
struct A {}
alias Algebraic!(A) sts;

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