[Issue 19542] Forward reference segfault with string namespace C++ syntax

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jan 16 12:53:07 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=19542

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

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

--- Comment #1 from Dlang Bot <dlang-bot at 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

--


More information about the Digitalmars-d-bugs mailing list