Thread overview
[Issue 23403] Segfault when calling auto-generated struct constuctor with __FUNCTION__ or __PRETTY_FUNCTION__
Oct 12, 2022
RazvanN
Oct 12, 2022
Dlang Bot
Dec 17, 2022
Iain Buclaw
Jun 24
RazvanN
October 12, 2022
https://issues.dlang.org/show_bug.cgi?id=23403

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com
           Severity|major                       |critical

--
October 12, 2022
https://issues.dlang.org/show_bug.cgi?id=23403

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RazvanN7 created dlang/dmd pull request #14549 "Fix Issues 23408 and 23403 - __FUNCTION__ does not resolve properly" fixing this issue:

- Fix Issues 23408 and 23403 - __FUNCTION__ does not resolve properly

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

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=23403

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2

--
June 24
https://issues.dlang.org/show_bug.cgi?id=23403

RazvanN <razvan.nitu1305@gmail.com> changed:

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

--- Comment #2 from RazvanN <razvan.nitu1305@gmail.com> ---
Fixed by: https://github.com/dlang/dmd/pull/15968

--