[Issue 14330] Wrong DWARF type of dynamic array variable

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14330

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

https://github.com/D-Programming-Language/dmd/commit/614c756180296550be45e4f3f81223f16ede8eb1
Fix Issue 14330 - Wrong DWARF type of dynamic array variable

https://github.com/D-Programming-Language/dmd/commit/afd746b8623fd5d9322f89af7b5c40d11758607c
Merge pull request #4526 from tramker/bug14330

--


[Issue 14330] Wrong DWARF type of dynamic array variable

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14330

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

https://github.com/D-Programming-Language/dmd/commit/614c756180296550be45e4f3f81223f16ede8eb1
Fix Issue 14330 - Wrong DWARF type of dynamic array variable

https://github.com/D-Programming-Language/dmd/commit/afd746b8623fd5d9322f89af7b5c40d11758607c
Merge pull request #4526 from tramker/bug14330

Fix Issue 14330 - Wrong DWARF type of dynamic array variable

--


[Issue 14330] Wrong DWARF type of dynamic array variable

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14330

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

   What|Removed |Added

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

--


[Issue 14330] Wrong DWARF type of dynamic array variable

2015-03-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14330

Martin Krejcirik m...@krej.cz changed:

   What|Removed |Added

   Keywords||pull
Summary|Global variable causes  |Wrong DWARF type of dynamic
   |wrong DWARF type of local   |array variable
   |variable|

--- Comment #1 from Martin Krejcirik m...@krej.cz ---
https://github.com/D-Programming-Language/dmd/pull/4526

--