Klaas-Jan Stol wrote:
PDD19 states that labels are not allowed for directives, which in practice means, that the following is not allowed:foo: .local int i It would be useful to add some rationale about this in the PDD, if it is really necessary; why is this limitation?
Labels are conventionally used on their own line, not together with opcodes or directives. But, discouraging the use doesn't require preventing the use. PDD altered in r22664.
Allison