Thread overview
[Issue 14276] DWARF debug info for SIMD broken
Mar 11, 2015
Martin Nowak
March 11, 2015
https://issues.dlang.org/show_bug.cgi?id=14276

--- Comment #1 from Martin Nowak <code@dawg.eu> ---
GDB currently seems to crashe while reading that debug info.

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

github-bugzilla@puremagic.com changed:

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

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

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/de2bd348fe46240af3bf5e1190c7de2ed1b8955e fix Issue 14276 - DWARF debug info for SIMD broken

- subrange needs to follow vector type as child
- base type is encoded separately

https://github.com/D-Programming-Language/dmd/commit/0701de6dd84ca7c9998ed41f50bf33d626082493 Merge pull request #4485 from MartinNowak/fix14276

fix Issue 14276 - DWARF debug info for SIMD broken

--
June 17, 2015
https://issues.dlang.org/show_bug.cgi?id=14276

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/de2bd348fe46240af3bf5e1190c7de2ed1b8955e fix Issue 14276 - DWARF debug info for SIMD broken

https://github.com/D-Programming-Language/dmd/commit/0701de6dd84ca7c9998ed41f50bf33d626082493 Merge pull request #4485 from MartinNowak/fix14276

--