http://d.puremagic.com/issues/show_bug.cgi?id=10791
Summary: Strange asm behavior in if's
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Temtaime <[email protected]> 2013-08-11 02:20:32 PDT ---
if(1)
asm {};
else
asm {};
Error: found 'else' instead of statement
Error: unrecognized declaration
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------