[Issue 23874] -profile=gc segfaults / ICE regression
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue May 2 13:59:07 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=23874
Jan Jurzitza <d.bugs at webfreak.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |---
--- Comment #6 from Jan Jurzitza <d.bugs at webfreak.org> ---
the fix didn't fully resolve this ICE, this still segfaults:
reduced.d
```
string myToString()
{
return "";
}
immutable x = myToString ~ "";
```
--
More information about the Digitalmars-d-bugs
mailing list