[Issue 10397] ICE on concatenating string with unexisted symbol
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Jun 20 01:51:53 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10397
--- Comment #2 from github-bugzilla at 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: -------
More information about the Digitalmars-d-bugs
mailing list