[Issue 17168] Shift left operator causes segfault when compiling with -O flag

2020-03-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17168

Basile-z  changed:

   What|Removed |Added

 CC|b2.t...@gmx.com |

--


[Issue 17168] Shift left operator causes segfault when compiling with -O flag

2017-02-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17168

--- Comment #4 from github-bugzi...@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

--


[Issue 17168] Shift left operator causes segfault when compiling with -O flag

2017-02-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17168

--- Comment #3 from github-bugzi...@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

--


[Issue 17168] Shift left operator causes segfault when compiling with -O flag

2017-02-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17168

--- Comment #2 from github-bugzi...@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

--


[Issue 17168] Shift left operator causes segfault when compiling with -O flag

2017-02-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17168

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 17168] Shift left operator causes segfault when compiling with -O flag

2017-02-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17168

b2.t...@gmx.com changed:

   What|Removed |Added

 CC||b2.t...@gmx.com
   Hardware|x86 |All
 OS|Mac OS X|All

--


[Issue 17168] Shift left operator causes segfault when compiling with -O flag

2017-02-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17168

--- Comment #1 from Sophie  ---
Actually this occurs with the -O flag, independent of -inline

--


[Issue 17168] Shift left operator causes segfault when compiling with -O flag

2017-02-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17168

Sophie  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

--