[Issue 14459] String literal merge bug causes incorrect runtime program behavior

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Apr 23 04:24:02 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14459

David Nadlinger <code at klickverbot.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code at klickverbot.at

--- Comment #4 from David Nadlinger <code at klickverbot.at> ---
Indeed, p0 == s0 must never fail as they are both pointers and one is
initialized from the other, irrespective of what we guarantee or don't
guarantee about string literal merging.

--


More information about the Digitalmars-d-bugs mailing list