[Issue 8601] CTFE Assertion failure (interpret.c) on dstring[].toUpper

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

[Issue 8601] CTFE Assertion failure (interpret.c) on dstring[].toUpper

2012-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8601 Don changed: What|Removed |Added Keywords||CTFE, ice CC|

[Issue 8601] CTFE Assertion failure (interpret.c) on dstring[].toUpper

2012-09-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8601 --- Comment #2 from Don 2012-09-05 00:04:56 PDT --- The dstring ICE is entirely spurious, the assert is wrong and should be removed. The situation with string is a completely unrelated bug; it's a constant-folding issue. A string initialized w

[Issue 8601] CTFE Assertion failure (interpret.c) on dstring[].toUpper

2012-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8601 --- Comment #3 from Don 2012-09-17 01:01:49 PDT --- I split off the unrelated non-ICE bug to a new bug 8659. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 8601] CTFE Assertion failure (interpret.c) on dstring[].toUpper

2012-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8601 --- Comment #4 from github-bugzi...@puremagic.com 2012-10-20 19:26:01 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/c5e0be499bf9d1ecab59845409e1b8830e7c8376

[Issue 8601] CTFE Assertion failure (interpret.c) on dstring[].toUpper

2012-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8601 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|