Thread overview
[Issue 19609] [ICE] dmd/expression.d(2790): Segmentation fault
Jan 27, 2019
Iain Buclaw
Mar 07, 2019
Dlang Bot
Mar 10, 2019
Dlang Bot
January 27, 2019
https://issues.dlang.org/show_bug.cgi?id=19609

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org

--- Comment #1 from Iain Buclaw <ibuclaw@gdcproject.org> ---
Should be using semanticString, and delay looking at the module deprecation message until the module-level scope has been created.

--
January 28, 2019
https://issues.dlang.org/show_bug.cgi?id=19609

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

https://github.com/dlang/dmd/commit/9843286ed0a0ad46b7bce41a265f18b4714601b0 fix Issue 19609 - [ICE] dmd/expression.d(2790): Segmentation fault

https://github.com/dlang/dmd/commit/1cfb6d9f9fda4831578b8ecd53c97086464782f5 Merge pull request #9300 from ibuclaw/issue19609

fix Issue 19609 - [ICE] dmd/expression.d(2790): Segmentation fault

--
January 28, 2019
https://issues.dlang.org/show_bug.cgi?id=19609

github-bugzilla@puremagic.com changed:

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

--
January 29, 2019
https://issues.dlang.org/show_bug.cgi?id=19609

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

https://github.com/dlang/dmd/commit/8ed467413e1507e4d87c5dbfd406e290ab188a6a
fix Issue 19609 - [ICE] dmd/expression.d(2790): Segmentation fault (part 2)

https://github.com/dlang/dmd/commit/a65c95fb41d9251fead258eaa9973d53141fff59 Merge pull request #9304 from ibuclaw/test19609b

fix Issue 19609 - [ICE] dmd/expression.d(2790): Segmentation fault (part 2)
merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>

--
March 07, 2019
https://issues.dlang.org/show_bug.cgi?id=19609

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #9427 "[dmd-cxx] fix Issue 19609 - [ICE] dmd/expression.d(2790): Segmentation fault" was merged into dmd-cxx:

- 0b7b1c49516d11e5d1238be79c579f841da58193 by Iain Buclaw:
  fix Issue 19609 - [ICE] dmd/expression.d(2790): Segmentation fault

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

--
March 10, 2019
https://issues.dlang.org/show_bug.cgi?id=19609

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #9436 "[dmd-cxx] fix Issue 19609 - [ICE]
dmd/expression.d(2790): Segmentation fault (part 2)" was merged into dmd-cxx:

- 2868ba75051dc2d5b640fed7e1fb8342eecbd23f by Iain Buclaw:
  fix Issue 19609 - [ICE] dmd/expression.d(2790): Segmentation fault (part 2)

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

--