Message ID | 20170908091619.GA103308@adacore.com |
---|---|
State | New |
Headers | show |
Series | [Ada] Failure to allocate on storage subpool | expand |
Index: exp_ch4.adb =================================================================== --- exp_ch4.adb (revision 251863) +++ exp_ch4.adb (working copy) @@ -4632,7 +4632,9 @@ -- No initialization required else - null; + Build_Allocate_Deallocate_Proc + (N => N, + Is_Allocate => True); end if; -- Case of initialization procedure present, must be called