]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Fix code generation when there is no No_Finalization restiction
authorVadim Godunko <godunko@adacore.com>
Sun, 13 Jul 2025 05:41:22 +0000 (09:41 +0400)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Mon, 15 Sep 2025 12:59:26 +0000 (14:59 +0200)
commit90997ddd7b8764741e57bee52bcd3712afb3ea8d
tree9a6376f1993e82d27a74bea0223063cd6fd13dee
parent062aeef444933a40fccf862f71870b4b799bd423
ada: Fix code generation when there is no No_Finalization restiction

Check whether library is elaborated is not generated when there is not
standard library available on target.

gcc/ada/ChangeLog:

* bindgen.adb (Gen_Adafinal): Don't generate code when
use of standard library suppressed.
gcc/ada/bindgen.adb