dmd 1.047 and 2.032 releases

Don nospam at nospam.com
Thu Sep 3 03:02:13 PDT 2009


Walter Bright wrote:
> This will probably be the last OSX 10.5 release, the next should be 10.6.
> 
> http://www.digitalmars.com/d/1.0/changelog.html
> http://ftp.digitalmars.com/dmd.1.047.zip
> 
> 
> http://www.digitalmars.com/d/2.0/changelog.html
> http://ftp.digitalmars.com/dmd.2.032.zip
> 
> Many thanks to the numerous people who contributed to this update.

Errata:
dmd2 source, arrayop.c, line 427 is missing a 'return'.

-	Expression::buildArrayLoop(fparams);
+	return Expression::buildArrayLoop(fparams);
(this only matters if you are building DMD from source. It's not a bug 
in the released DMD).

A few bugs are fixed but not listed in the changelog:
3077 crash exiting main() without result code
3100 ICE(cast.c) struct with members is shared
3253 DMD crashes on function pointer struct member initialization with 
function literal
3281 ICE(cod1.c) append returned struct to array


More information about the Digitalmars-d-announce mailing list