https://issues.dlang.org/show_bug.cgi?id=22161
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |LATER --- Comment #7 from Walter Bright <[email protected]> --- DMD now supports parsing GCC style inline assembler, although it doesn't actually turn it into assembler code - it replaces it with an assert(0). DMD's inline assembler is derived from DMC's, although the latter does not support 64 bit code or SIMD instructions. I don't recall how different it is for ordinary 32 bit code. At this point it is not worth worrying about DMC inline asm compatibility, so deferring a decision about it until an actual issue crops up about it. --
