3593 – IntegerExpression rule unspecified

D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 3593 - IntegerExpression rule unspecified
Summary: IntegerExpression rule unspecified
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dlang.org (show other issues)
Version: D2
Hardware: Other Linux
: P2 normal
Assignee: No Owner
URL:
Keywords: spec
Depends on:
Blocks:
Reported: 2009年12月07日 07:45 UTC by Jerry Quinn
Modified: 2015年06月09日 01:27 UTC (History)
2 users (show)

See Also:


Attachments
Add an attachment (proposed patch, testcase, etc.)

Note You need to log in before you can comment on or make changes to this issue.
Description Jerry Quinn 2009年12月07日 07:45:44 UTC
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.
Comment 1 Leandro Lucarella 2009年12月14日 06:27:49 UTC
http://www.dsource.org/projects/phobos/changeset/1380 
Comment 2 Walter Bright 2009年12月31日 11:15:21 UTC
Fixed dmd 1.054 and 2.038


AltStyle によって変換されたページ (->オリジナル) /