Thread overview
[Issue 20981] Runtime segfault for inlined __simd_sto
[Issue 20981] Segfault for inlined __simd_sto
Jun 29, 2020
Walter Bright
Jun 29, 2020
Walter Bright
Jun 29, 2020
Walter Bright
Jul 01, 2020
Dlang Bot
June 26, 2020
https://issues.dlang.org/show_bug.cgi?id=20981

--- Comment #1 from moonlightsentinel@disroot.org ---
Digger blames this PR: https://github.com/dlang/dmd/pull/6815

--
June 26, 2020
https://issues.dlang.org/show_bug.cgi?id=20981

moonlightsentinel@disroot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |regression

--
June 28, 2020
https://issues.dlang.org/show_bug.cgi?id=20981

moonlightsentinel@disroot.org changed:

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

--
June 28, 2020
https://issues.dlang.org/show_bug.cgi?id=20981

moonlightsentinel@disroot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

--- Comment #2 from moonlightsentinel@disroot.org ---
Sorry, mistakenly closed this issue

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

Walter Bright <bugzilla@digitalmars.com> changed:

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

--- Comment #3 from Walter Bright <bugzilla@digitalmars.com> ---
Ok, I can duplicate the problem. It's faulting when run - the compiler itself isn't faulting.

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

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code

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

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Segfault for inlined        |Runtime segfault for
                   |__simd_sto                  |inlined __simd_sto

--
July 01, 2020
https://issues.dlang.org/show_bug.cgi?id=20981

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

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #11347 "fix Issue 20981 - Segfault for inlined __simd_sto" was merged into master:

- 097051d0fbe3b5969ef74bac390dec07e6732092 by Walter Bright:
  fix Issue 20981 - Segfault for inlined __simd_sto

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

--