[Issue 19152] 2.081.1 Regression compiler bug
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Aug 10 00:36:38 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=19152
Mike Franklin <slavo5150 at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |slavo5150 at yahoo.com
--- Comment #1 from Mike Franklin <slavo5150 at yahoo.com> ---
Further reduced:
alias TNotifyEvent = void delegate();
class TBasicAction
{
private TNotifyEvent _OnExecute;
TNotifyEvent OnExecute(TNotifyEvent value)
{
auto dlg = __traits(getOverloads, this, "OnExecute");
}
}
Results in segmentation fault in traits.d
--
More information about the Digitalmars-d-bugs
mailing list