https://bugzilla.gdcproject.org/show_bug.cgi?id=148

Iain Buclaw <ibuc...@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Iain Buclaw <ibuc...@gdcproject.org> ---
As of: https://github.com/dlang/dmd/pull/8538

The parsing of the asm block has been moved to the semantic pass.

This now all works:

void main()
{
    asm { "" ~ ""; }
    enum E = ""~"";
    asm { E; }
    asm { ""~E~""; }
    asm { mixin(""~""); }
}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to