From Jason Turner

[stmt.jump.general]

Diff to HTML by rtfpessoa

tmp/tmpoyntv4b8/{from.md → to.md} RENAMED
@@ -11,13 +11,13 @@ jump-statement:
11
  goto identifier ';'
12
  ```
13
 
14
  [*Note 1*: On exit from a scope (however accomplished), objects with
15
  automatic storage duration [[basic.stc.auto]] that have been constructed
16
- in that scope are destroyed in the reverse order of their construction.
17
- For temporaries, see  [[class.temporary]]. However, the program can be
18
- terminated (by calling `std::exit()` or `std::abort()`
19
  [[support.start.term]], for example) without destroying objects with
20
  automatic storage duration. — *end note*]
21
 
22
  [*Note 2*: A suspension of a coroutine [[expr.await]] is not considered
23
  to be an exit from a scope. — *end note*]
 
11
  goto identifier ';'
12
  ```
13
 
14
  [*Note 1*: On exit from a scope (however accomplished), objects with
15
  automatic storage duration [[basic.stc.auto]] that have been constructed
16
+ in that scope are destroyed in the reverse order of their construction
17
+ [[stmt.dcl]]. For temporaries, see  [[class.temporary]]. However, the
18
+ program can be terminated (by calling `std::exit()` or `std::abort()`
19
  [[support.start.term]], for example) without destroying objects with
20
  automatic storage duration. — *end note*]
21
 
22
  [*Note 2*: A suspension of a coroutine [[expr.await]] is not considered
23
  to be an exit from a scope. — *end note*]