[Issue 11604] New: pragma(msg,....) printed twice?

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Nov 25 13:26:00 PST 2013


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

           Summary: pragma(msg,....) printed twice?
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: shammah.chancellor at gmail.com


--- Comment #0 from Shammah Chancellor <shammah.chancellor at gmail.com> 2013-11-25 13:25:59 PST ---
This pragma(msg) prints twice when ran via `rdmd test`

test.d:

import std.stdio;

pragma(msg, void.sizeof);

void main() {
   writeln("Hello World!");
}

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