]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Move Init_Proc_Level_Formal from Exp_Ch3 to Exp_Util
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 5 Feb 2024 15:26:04 +0000 (16:26 +0100)
committerMarc Poulhiès <poulhies@adacore.com>
Mon, 13 May 2024 08:03:35 +0000 (10:03 +0200)
commit5de075393402281c0fd9d0081a9d753c8793891e
treecc3442bb818c09ee55dee3228c2e7165dae30131
parent51b84f23b551d12e237290d3fe6311ffbe7bdc0c
ada: Move Init_Proc_Level_Formal from Exp_Ch3 to Exp_Util

This makes it possible to remove clauses from the Accessibility package.

gcc/ada/

* accessibility.adb: Remove clauses for Exp_Ch3.
* exp_ch3.ads (Init_Proc_Level_Formal): Move declaration to...
* exp_ch3.adb (Init_Proc_Level_Formal): Move body to...
* exp_util.ads (Init_Proc_Level_Formal): ...here.
(Inside_Init_Proc): Alphabetize.
* exp_util.adb (Init_Proc_Level_Formal): ...here.
gcc/ada/accessibility.adb
gcc/ada/exp_ch3.adb
gcc/ada/exp_ch3.ads
gcc/ada/exp_util.adb
gcc/ada/exp_util.ads