[Issue 11054] New: ICE with -property when importing std.traits

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Sep 16 20:43:50 PDT 2013


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

           Summary: ICE with -property when importing std.traits
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: hsteoh at quickfur.ath.cx


--- Comment #0 from hsteoh at quickfur.ath.cx 2013-09-16 20:43:43 PDT ---
Code:
------
import std.traits;
------

Compile command: dmd -property -unittest -c /tmp/test.d
Compiler output:
------
dmd: interpret.c:357: virtual void
Statement::ctfeCompile(CompiledCtfeFunction*): Assertion `0' failed.
Aborted
------

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