Thread overview
[Issue 23781] [ICE] Segmentation Fault when taking the address of a ref return at CTFE
Mar 15, 2023
Dlang Bot
Mar 15, 2023
Dlang Bot
Mar 16, 2023
Dlang Bot
March 15, 2023
https://issues.dlang.org/show_bug.cgi?id=23781

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 #14990 "Fix 23781: Segmentation fault on taking the address of a ref return at CTFE" fixing this issue:

- Fix 23781: Segmentation fault on taking the address of a ref return at CTFE

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

--
March 15, 2023
https://issues.dlang.org/show_bug.cgi?id=23781

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 #14990 "Fix 23781: Segmentation fault on taking the address of a ref return at CTFE" was merged into stable:

- 14bbb7d5d0c7495cd971e0ca79c819d936a2523c by Geod24:
  Fix 23781: Segmentation fault on taking the address of a ref return at CTFE

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

--
March 16, 2023
https://issues.dlang.org/show_bug.cgi?id=23781

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14992 "merge stable" was merged into master:

- 0bb2640b1f7d386fea218bbe228369bdcc1105fd by Geod24:
  Fix 23781: Segmentation fault on taking the address of a ref return at CTFE

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

--