Branch merge-2.064 is at DMD 2.064-RC1 level

bearophile bearophileHUGS at lycos.com
Mon Nov 18 09:50:04 PST 2013


If I compile this wrong program:

import core.stdc.stdio: printf;
void main() {
     double d = 1.5;
     printf("%d", d);
}


Using:

ldc2 -check-printf-calls test.d

I see no errors, despite that switch is supposed to "Validate 
printf call format strings against arguments". Is that feature 
not yet implemented?

Bye,
bearophile


More information about the digitalmars-d-ldc mailing list