]> git.ipfire.org Git - thirdparty/gcc.git/commit
[Ada] Missing finalization on nested expression with action
authorArnaud Charlet <charlet@adacore.com>
Thu, 11 Mar 2021 16:00:04 +0000 (11:00 -0500)
committerPierre-Marie de Rodat <derodat@adacore.com>
Thu, 17 Jun 2021 14:32:15 +0000 (10:32 -0400)
commit5f900b589c83b789329a0e99ddbe627507703e5e
tree68a3673a891716785d1a7fd0a0907ba2e38e0a81
parentb4d46ee9a15b83552134476e9c0f691df1bfa123
[Ada] Missing finalization on nested expression with action

gcc/ada/

* exp_ch4.adb (Expand_N_Expression_With_Actions.Process_Action):
Do not abandon processing on a nested N_Expression_With_Actions
or N_Loop_Statement, otherwise we may miss some transient
declarations.
gcc/ada/exp_ch4.adb