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

           Summary: [toir.c] Problem caused by std.functional.not
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Keywords: rejects-valid
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: bearophile_h...@eml.cc


--- Comment #0 from bearophile_h...@eml.cc 2011-05-27 16:19:16 PDT ---
import std.algorithm, std.functional;
void main() {
    bool foo(int) {
        return true;
    }
    filter!(not!foo)([1]);
}


DMD 2.053 gives:
Internal error: toir.c 190

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to