https://issues.dlang.org/show_bug.cgi?id=15235

Basile-z <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice, pull                   |diagnostic
                 CC|                            |[email protected]

--- Comment #4 from Basile-z <[email protected]> ---
Downgraded to diagnostic. Nowadays just

void main()
{
    asm {
        mov [EBX+EBX+EBX], EAX; // prints the same error message 20 times
    }
}      

is still there and all the segfaults are not happening anymore

--

Reply via email to