Thread overview
[Issue 19542] Forward reference segfault with string namespace C++ syntax
Nov 05, 2019
Basile-z
Jan 16, 2020
Dlang Bot
Jan 16, 2020
Dlang Bot
Mar 21, 2020
Basile-z
November 05, 2019
https://issues.dlang.org/show_bug.cgi?id=19542

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice
                 CC|                            |b2.temp@gmx.com
                 OS|Mac OS X                    |All

--
January 16, 2020
https://issues.dlang.org/show_bug.cgi?id=19542

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Geod24 created dlang/dmd pull request #10729 "Fix issue 19542:  Forward reference segfault with string namespace C++ syntax" fixing this issue:

- Fix issue 19542:  Forward reference segfault with string namespace C++ syntax

  This segfaulted for some constructs, such as `pragma(msg)` and `enum`,
  but not others, such as `static assert`, hence why the value isn't checked.

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

--
January 16, 2020
https://issues.dlang.org/show_bug.cgi?id=19542

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #10729 "Fix issue 19542:  Forward reference segfault with string namespace C++ syntax" was merged into stable:

- cc9f2d46deff94ea9e553d6b79c6206a3c6a8b6f by Geod24:
  Fix issue 19542:  Forward reference segfault with string namespace C++ syntax

  This segfaulted for some constructs, such as `pragma(msg)` and `enum`,
  but not others, such as `static assert`, hence why the value isn't checked.

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

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

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--