]> git.ipfire.org Git - thirdparty/gcc.git/commit
[Ada] Fix formal parameters list for secondary stack allocation procedure
authorMarc Poulhiès <poulhies@adacore.com>
Mon, 22 Aug 2022 08:25:09 +0000 (10:25 +0200)
committerMarc Poulhiès <poulhies@adacore.com>
Tue, 6 Sep 2022 07:14:23 +0000 (09:14 +0200)
commite60709b78248768fb6a36a2cabf713ece3887f86
tree33db19c72128bf8d1a48ecea58162e5a4ee3ed9d
parent8a99a8e6bcfd8c2ce739baaaca0e34d46c3343f2
[Ada] Fix formal parameters list for secondary stack allocation procedure

The introduction of the Alignment parameter for the secondary stack
allocator in previous change was missing the corresponding change in the
Build_Allocate_Deallocate_Proc when creating the formal parameters list.

gcc/ada/

* exp_util.adb (Build_Allocate_Deallocate_Proc): Add
Alignment_Param in the formal list for calls to SS_Allocate.
gcc/ada/exp_util.adb