[Bug 120] Phobos modules fail to compile with -w switch

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Apr 30 20:11:59 PDT 2006


http://d.puremagic.com/bugzilla/show_bug.cgi?id=120





------- Comment #1 from a.solovey at gmail.com  2006-04-30 22:11 -------
This causes problems when the program importing one of those modules is being
compiled with 'dmd -w -release -inline'. For example, this code fails to
compile, producing 97 error messages:
// compile with '-w -release -inline'
import std.stdio;
int main( char[][] args )
{
    writefln( "Hello, world!" );
    return 0;
}


-- 




More information about the Digitalmars-d-bugs mailing list