On 14.05.2011 15:23, Mafi wrote:
Am 13.05.2011 23:27, schrieb Walter Bright:
Thanks for everyone's hard work on this release!

http://www.digitalmars.com/d/1.0/changelog.html
http://ftp.digitalmars.com/dmd.1.067.zip

Now includes FreeBSD:

http://www.digitalmars.com/d/2.0/changelog.html
http://ftp.digitalmars.com/dmd.2.052.zip

I just wanted to say that you made my day but then I tried to compile
one of my projetcs and assertion failures in the compiler! :0 !
Finally I've tracked it done and the problem is

import std.conv;
enum s1 = to!string('\uE000'+ 6); //works without s
enum s2 = cast(dchar)('\uE000'+ 6); //works without s
enum s = to!string(cast(dchar)('\uE000'+ 6));

causes "Assertion failure: '(newval->op == TOKarrayliteral || newval->op
== TOKassocarrayliteral || newval->op == TOKstring || newval->op ==
TOKslice || newval->op == TOKnull)' on line 2680 in file 'interpret.c'"


posted bugzilla ?

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

Reply via email to