[Issue 6504] Regression(2.041): "str" ~ [arr] allows string literal to be modified

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

[Issue 6504] Regression(2.041): "str" ~ [arr] allows string literal to be modified

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6504 Walter Bright changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Issue 6504] Regression(2.041): "str" ~ [arr] allows string literal to be modified

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6504 --- Comment #7 from github-bugzi...@puremagic.com 2012-02-04 00:57:04 PST --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/467cf6687f60dbb4180df036bd0508b9ce408d1

[Issue 6504] Regression(2.041): "str" ~ [arr] allows string literal to be modified

2012-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6504 --- Comment #6 from github-bugzi...@puremagic.com 2012-02-03 23:20:55 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/5fd81965b2155abd6c5f8bbfcb9d7b1460a36b87

[Issue 6504] Regression(2.041): "str" ~ [arr] allows string literal to be modified

2012-02-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6504 Don changed: What|Removed |Added AssignedTo|nob...@puremagic.com|clugd...@yahoo.com.au --- Comment #5 from Don 2

[Issue 6504] Regression(2.041): "str" ~ [arr] allows string literal to be modified

2012-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6504 --- Comment #4 from Walter Bright 2012-02-01 14:05:45 PST --- I found out it causes the seg fault after posting last night. I don't quite understand your suggestion. Do you have a fix that can be pulled? I did try just not constant folding "s

[Issue 6504] Regression(2.041): "str" ~ [arr] allows string literal to be modified

2012-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6504 Don changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Issue 6504] Regression(2.041): "str" ~ [arr] allows string literal to be modified

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

[Issue 6504] Regression(2.041): "str" ~ [arr] allows string literal to be modified

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6504 --- Comment #1 from Don 2011-08-16 10:32:58 PDT --- This bug was introduced in this commit, which fixed bug 5852. https://github.com/D-Programming-Language/dmd/commit/5c7c6b51e27d9cd394ddda4f7940cdf9c1610953 This means that "xxx" ~ ['c'] is a