[Issue 14114] DMD optimizer defeats use of volatileLoad/Store with error: null dereference in function
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Feb 2 13:23:55 PST 2015
https://issues.dlang.org/show_bug.cgi?id=14114
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla at digitalmars.com
--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
The optimizer is regarding as a "null" any value being dereferenced that is
less than 4096.
Whether this is a bug or not is debatable.
--
More information about the Digitalmars-d-bugs
mailing list