[Issue 3593] New: IntegerExpression rule unspecified
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Dec 7 07:45:44 PST 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3593
Summary: IntegerExpression rule unspecified
Product: D
Version: 2.036
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: www.digitalmars.com
AssignedTo: nobody at puremagic.com
ReportedBy: jlquinn at optonline.net
--- Comment #0 from Jerry Quinn <jlquinn at optonline.net> 2009-12-07 07:45:44 PST ---
http://digitalmars.com/d/2.0/iasm.html
The AsmInstruction rule references IntegerExpression, which is unspecified.
AsmInstruction:
Identifier : AsmInstruction
align IntegerExpression
The following would probably fix that
IntegerExpression:
Expression
when combined with the existing text stating that the expression must eval to
an integer.
Note, the text is unclear if this must be resolvable at compile-time or not.
--
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