https://bugzilla.gdcproject.org/show_bug.cgi?id=298
Iain Buclaw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Hardware|x86_64 |All OS|Linux |All --- Comment #2 from Iain Buclaw <[email protected]> --- The ICE occurs as we generate the following code: _aaGetRvalueX (targets, &_D12TypeInfo_Aya6__initZ, 16, &name (&{})) The last parameter is a function call, and we erroneously attempt to use it as an lvalue. ICE in question specifically does not like the double `&` when generating a hash for the expression `&name (&{})` -- You are receiving this mail because: You are watching all bug changes.
