Thread overview
[Issue 19813] Generated bt instruction seg faults, high 32 bits of register is garbage
Apr 20, 2019
Walter Bright
Apr 20, 2019
Dlang Bot
Apr 20, 2019
Walter Bright
Apr 20, 2019
Dlang Bot
April 20, 2019
https://issues.dlang.org/show_bug.cgi?id=19813

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/9656

--
April 20, 2019
https://issues.dlang.org/show_bug.cgi?id=19813

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright updated dlang/dmd pull request #9656 "fix Issue 19813 - Generated bt instruction seg faults, high 32 bits of register is garbage" fixing this issue:

- fix Issue 19813 optimization of bit test to OPbtst

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

--
April 20, 2019
https://issues.dlang.org/show_bug.cgi?id=19813

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice

--
April 20, 2019
https://issues.dlang.org/show_bug.cgi?id=19813

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #9656 "fix Issue 19813 - Generated bt instruction seg faults, high 32 bits of register is garbage" was merged into master:

- d80e14ba6037373f08c6dba274368408932d9e48 by Walter Bright:
  fix Issue 19813 optimization of bit test to OPbtst

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

--