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

           Summary: pragma(msg, ...) fails to print wstring, dstring
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from [email protected] 2013-12-13 04:41:49 PST ---
Code:

pragma(msg, "printed correctly");
pragma(msg, "prints 'p' only"w);
pragma(msg, "prints 'p' only"d);

void main() {}

Output:

printed correctly
p
p

Expected output:

printed correctly
prints 'p' only
prints 'p' only

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

Reply via email to