https://issues.dlang.org/show_bug.cgi?id=9738
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from [email protected] --- I wrote a D-Scanner rule for this: void testAsm() { asm { mov RAX, a[1]; } } test.d(4:18)[warn]: This is confusing because it looks like an array index. Rewrite a[1] as [a + 1] to clarify. --
