]> git.ipfire.org Git - thirdparty/gcc.git/commit
[Ada] Use Actions field of freeze nodes for subprograms (continued)
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 2 May 2022 08:57:46 +0000 (10:57 +0200)
committerPierre-Marie de Rodat <derodat@adacore.com>
Wed, 1 Jun 2022 08:43:16 +0000 (08:43 +0000)
commit73514ab714d651795c10e0790217a67eb6b41b48
tree27c17f661645f106096baf1de856022635116b4e
parent64f72fae73457e115dce001ba00a7d457af87c82
[Ada] Use Actions field of freeze nodes for subprograms (continued)

This case was missed in the previous change.

gcc/ada/

* exp_ch6.adb (Freeze_Subprogram.Register_Predefined_DT_Entry): Put
the actions into the Actions field of the freeze node instead of
inserting them after it.
gcc/ada/exp_ch6.adb