[Issue 12158] New: ICE with .init of nonexisting selective import

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Feb 14 01:42:30 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=12158

           Summary: ICE with .init of nonexisting selective import
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: ice
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: thecybershadow at gmail.com


--- Comment #0 from Vladimir Panteleev <thecybershadow at gmail.com> 2014-02-14 11:42:27 EET ---
import object : nonexisting;
auto x = nonexisting.init;

This appears to be a regression, introduced somewhere between v2.055 and
v2.056.

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


More information about the Digitalmars-d-bugs mailing list