[Issue 10791] Strange asm behavior in if's
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Aug 13 11:05:42 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10791
Maxim Fomin <maxim at maxim-fomin.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |maxim at maxim-fomin.ru
--- Comment #3 from Maxim Fomin <maxim at maxim-fomin.ru> 2013-08-13 11:05:42 PDT ---
(In reply to comment #2)
> Why asm statement doesn't follow common rules?
One reason is because although AsmStatement is formally a statement, it is
actually close to a BlockStatement (AsmInstruction is close to regular
statement) and BlockStatements don't have ";" after them (like aggregate type
declarations and enum declarations).
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list