DMD crashed because of "-version=Win32"

Stewart Gordon smjg_1998 at yahoo.com
Thu Dec 14 06:53:53 PST 2006


zhang wrote:
> This cammand
>     dmd -version=Win32 test.d
> will raise a OS error. 

Welcome to the art of reporting bugs.  Here are a few tips to get you 
started:

1. digitalmars.D.bugs is the correct newsgroup for bugs.  But even 
better is to report it using Bugzilla

http://d.puremagic.com/issues/

after checking that it isn't already filed there.

2. Don't just tell us that something gives an error, tell us _what the 
error is_!

3. Always indicate what operating system and what version of the 
compiler you are using.

4. Posting code samples can work wonders.  But avoid posting samples 
that are too long - minimal testcases work best.  See

http://homepage1.nifty.com/algafield/sscce.html

HAND

Stewart.


More information about the Digitalmars-d-bugs mailing list