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

           Summary: CTFE generates a torrent of spurious errors, if there
                    was a previous error
           Product: D
           Version: D1 & D2
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: clugd...@yahoo.com.au


--- Comment #0 from Don <clugd...@yahoo.com.au> 2011-11-21 14:15:26 PST ---
If any errors have occured during compilation, the CTFE engine won't even try.
It just reports "function XXX cannot be interpreted at compile time" for every
invocation of CTFE.

Eg, in the test suite interpret3.d, if you add an 'assert(0)' to the first
test, more than a hundred spurious error messages are generated.

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

Reply via email to