[Issue 4389] ICE(constfold.c, expression.c), or wrong code: string~=dchar in CTFE

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4389 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 4389] ICE(constfold.c, expression.c), or wrong code: string~=dchar in CTFE

2011-02-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4389 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4389] ICE(constfold.c, expression.c), or wrong code: string~=dchar in CTFE

2011-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4389 --- Comment #6 from Don clugd...@yahoo.com.au 2011-01-19 23:59:47 PST --- Fails on D1 because dchar, wchar implicitly convert to char, even if they don't fit. PATCH: expression.c, CatAssignExp::semantic(), line 8574. The two 'else' clauses

[Issue 4389] ICE(constfold.c, expression.c), or wrong code: string~=dchar in CTFE

2010-12-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4389 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 4389] ICE(constfold.c, expression.c), or wrong code: string~=dchar in CTFE

2010-12-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4389 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Version|D2 |D1 D2 ---

[Issue 4389] ICE(constfold.c, expression.c), or wrong code: string~=dchar in CTFE

2010-11-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4389 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||ice-on-valid-code

[Issue 4389] ICE(constfold.c, expression.c), or wrong code: string~=dchar in CTFE

2010-11-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4389 --- Comment #3 from Don clugd...@yahoo.com.au 2010-11-23 12:33:23 PST --- Created an attachment (id=827) Patch against D2 svn 767 Although the patch is relatively long, it is very mundane. The patch adds these functions to utf.c (they are