[Issue 2513] New: Silent error for tupleof from forward refference

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Dec 13 12:31:00 PST 2008


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

           Summary: Silent error for tupleof from forward refference
           Product: D
           Version: 1.036
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: shro8822 at vandals.uidaho.edu


The two pragmas don't generate the same output.

pragma(msg,S.tupleof.stringof); // null output
struct S
{
int i;
uint j;
float k;
}
pragma(msg,S.tupleof.stringof); // normal output

does not exist in 1.026


-- 



More information about the Digitalmars-d-bugs mailing list