Thread overview
[Issue 17168] Shift left operator causes segfault when compiling with -O flag
Feb 09, 2017
Sophie
Feb 09, 2017
Sophie
Feb 09, 2017
b2.temp@gmx.com
Mar 21, 2020
Basile-z
February 09, 2017
https://issues.dlang.org/show_bug.cgi?id=17168

Sophie <meapineapple@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Shift left operator causes  |Shift left operator causes
                   |segfault when compiling     |segfault when compiling
                   |with -O -inline flags       |with -O flag

--
February 09, 2017
https://issues.dlang.org/show_bug.cgi?id=17168

--- Comment #1 from Sophie <meapineapple@gmail.com> ---
Actually this occurs with the -O flag, independent of -inline

--
February 09, 2017
https://issues.dlang.org/show_bug.cgi?id=17168

b2.temp@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b2.temp@gmx.com
           Hardware|x86                         |All
                 OS|Mac OS X                    |All

--
February 11, 2017
https://issues.dlang.org/show_bug.cgi?id=17168

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/dec45d735143737b499f9ce105b74b13b71f3a73 fix Issue 17168

https://github.com/dlang/dmd/commit/7b48c5b05b735182376e6bbd3382afef6072cec8 Merge pull request #6529 from UplinkCoder/fix_elshl

fix Issue 17168 - refactor elshl

--
February 11, 2017
https://issues.dlang.org/show_bug.cgi?id=17168

github-bugzilla@puremagic.com changed:

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

--
February 16, 2017
https://issues.dlang.org/show_bug.cgi?id=17168

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/dec45d735143737b499f9ce105b74b13b71f3a73 fix Issue 17168

https://github.com/dlang/dmd/commit/7b48c5b05b735182376e6bbd3382afef6072cec8 Merge pull request #6529 from UplinkCoder/fix_elshl

--
February 24, 2017
https://issues.dlang.org/show_bug.cgi?id=17168

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to newCTFE at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/dec45d735143737b499f9ce105b74b13b71f3a73 fix Issue 17168

https://github.com/dlang/dmd/commit/7b48c5b05b735182376e6bbd3382afef6072cec8 Merge pull request #6529 from UplinkCoder/fix_elshl

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=17168

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--