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
Comment #1 by clugdbug — 2010-03-15T12:22:21Z
Bug 2085 and bug 2885 are probably the same as this.
Comment #2 by clugdbug — 2012-05-14T08:23:28Z
*** This issue has been marked as a duplicate of issue 2085 ***