[Issue 990] New: Crash when compiling the following code
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Feb 21 02:00:10 PST 2007
http://d.puremagic.com/issues/show_bug.cgi?id=990
Summary: Crash when compiling the following code
Product: D
Version: 1.007
Platform: PC
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: jascha at mainia.de
// crashes DMD when compiled with -inline (without -debug)
import std.stdio;
void main(char[][] args)
{
foreach ( b; args )
debug writefln(b);
}
--
More information about the Digitalmars-d-bugs
mailing list