From Jason Turner

[stmt.label]

Diff to HTML by rtfpessoa

tmp/tmpny30cs4g/{from.md → to.md} RENAMED
@@ -28,5 +28,8 @@ A *control-flow-limited statement* is a statement `S` for which:
28
  - a `case` or `default` label appearing within `S` shall be associated
29
  with a `switch` statement [[stmt.switch]] within `S`, and
30
  - a label declared in `S` shall only be referred to by a statement
31
  [[stmt.goto]] in `S`.
32
 
 
 
 
 
28
  - a `case` or `default` label appearing within `S` shall be associated
29
  with a `switch` statement [[stmt.switch]] within `S`, and
30
  - a label declared in `S` shall only be referred to by a statement
31
  [[stmt.goto]] in `S`.
32
 
33
+ An identifier label shall not be enclosed by an *expansion-statement*
34
+ [[stmt.expand]].
35
+