Thread overview
[Issue 20035] [ICE] Segmentation fault in ExpressionPrettyPrintVisitor::visit(IntegerExp*) at dmd/hdrgen.d:1775
Jul 09, 2019
Iain Buclaw
Jul 09, 2019
Dlang Bot
Jul 10, 2019
Dlang Bot
Aug 01, 2019
Dlang Bot
July 09, 2019
https://issues.dlang.org/show_bug.cgi?id=20035

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

--- Comment #1 from Iain Buclaw <ibuclaw@gdcproject.org> ---
__c_wchar_t is a special enum.  The same also happens if aliasing __c_long or __c_long_double.

--
July 09, 2019
https://issues.dlang.org/show_bug.cgi?id=20035

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@UplinkCoder created dlang/dmd pull request #10155 "Fix bug 20035 - segfaullt in vcg-ast" fixing this issue:

- Fix bug 20035 - segfaullt in vcg-ast

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

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

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #10155 "Fix bug 20035 - segfault in vcg-ast" was merged into stable:

- 5e886a779f4176da7f180a00beb0c6f5dc152e32 by Stefan Koch:
  Fix Bug 20035 - segfault in -vcg-ast

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

--
August 01, 2019
https://issues.dlang.org/show_bug.cgi?id=20035

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #10232 "Merge remote-tracking branch 'upstream/stable' into merge_stable" was merged into master:

- e9b518cf0cec3895c6561c97edbed0fc38df2165 by Stefan Koch:
  Fix bug 20035 - segfault in vcg-ast (#10155)

  Fix bug 20035 - segfault in vcg-ast
  merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>

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

--