March 24, 2016
https://issues.dlang.org/show_bug.cgi?id=11435

--- Comment #12 from yebblies <yebblies@gmail.com> ---
(In reply to yebblies from comment #11)
> https://github.com/D-Programming-Language/dmd/pull/3806

I can't reproduce this on win32 or linux32/64 any more, most likely due to this: https://github.com/D-Programming-Language/dmd/pull/5111

Can anyone reproduce the failure on their system?

--
August 29, 2020
https://issues.dlang.org/show_bug.cgi?id=11435

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |backend
                 CC|                            |bugzilla@digitalmars.com

--
November 07, 2020
https://issues.dlang.org/show_bug.cgi?id=11435

--- Comment #13 from Walter Bright <bugzilla@digitalmars.com> ---
(In reply to safety0ff.bugz from comment #8)
> I managed to work around this issue by modifying the following code from src/backend/cod1.c: (line ~3573)

This code indeed is wrong. Will fix.

--
November 07, 2020
https://issues.dlang.org/show_bug.cgi?id=11435

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|-O optimization flag causes |Pushing indirect ref to
                   |invalid 32 bit codegen      |byte or short can read
                   |                            |beyond edge of valid memory

--
November 07, 2020
https://issues.dlang.org/show_bug.cgi?id=11435

--- Comment #14 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #11933 "fix Issue 11435 - Pushing indirect ref to byte or short can read beyo…" fixing this issue:

- fix Issue 11435 - Pushing indirect ref to byte or short can read beyond edge of valid memory

https://github.com/dlang/dmd/pull/11933

--
November 08, 2020
https://issues.dlang.org/show_bug.cgi?id=11435

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #15 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #11933 "fix Issue 11435 - Pushing indirect ref to byte or short can read beyo…" was merged into master:

- 778476ea3e9de76156806e0841cda838b21786e8 by Walter Bright:
  fix Issue 11435 - Pushing indirect ref to byte or short can read beyond edge
of valid memory

https://github.com/dlang/dmd/pull/11933

--
1 2
Next ›   Last »