[Issue 15235] inline asm: silent ICE (segfault) in asm_add_exp()

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Feb 28 18:08:49 UTC 2019


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

Basile-z <b2.temp at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice, pull                   |diagnostic
                 CC|                            |b2.temp at gmx.com

--- Comment #4 from Basile-z <b2.temp at gmx.com> ---
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

--


More information about the Digitalmars-d-bugs mailing list