Thread overview | ||||||
---|---|---|---|---|---|---|
|
June 18, 2013 [Issue 10397] New: ICE on concatenating string with unexisted symbol | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=10397 Summary: ICE on concatenating string with unexisted symbol Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: ice Severity: regression Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: verylonglogin.reg@gmail.com --- Comment #0 from Denis Shelomovskij <verylonglogin.reg@gmail.com> 2013-06-18 13:06:13 MSD --- The following code used to compile as previously it was accept-invalid bug: --- void main() { enum e = "" ~ a; } --- Nevertheless marked as regression as it causes ICE on code used to compile. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 19, 2013 [Issue 10397] ICE on concatenating string with unexisted symbol | ||||
---|---|---|---|---|
| ||||
Posted in reply to Denis Shelomovskij | http://d.puremagic.com/issues/show_bug.cgi?id=10397 Henning Pohl <henning@still-hidden.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |clugdbug@yahoo.com.au --- Comment #1 from Henning Pohl <henning@still-hidden.de> 2013-06-19 13:13:05 PDT --- *** Issue 10412 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 20, 2013 [Issue 10397] ICE on concatenating string with unexisted symbol | ||||
---|---|---|---|---|
| ||||
Posted in reply to Denis Shelomovskij | http://d.puremagic.com/issues/show_bug.cgi?id=10397 --- Comment #2 from github-bugzilla@puremagic.com 2013-06-20 01:51:38 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/990a6c661fac04d5f404da548885762337df4a9b Fix issue 10397 ICE with __error in concatenation ErrorExp was allowing implicit conversions in some cases, because it is derived from IntegerExp! This made errors become un-errors again in some circumstances. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 20, 2013 [Issue 10397] ICE on concatenating string with unexisted symbol | ||||
---|---|---|---|---|
| ||||
Posted in reply to Denis Shelomovskij | http://d.puremagic.com/issues/show_bug.cgi?id=10397 yebblies <yebblies@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |yebblies@gmail.com Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation