]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Fix fallout of latest change
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 25 Mar 2025 23:37:22 +0000 (00:37 +0100)
committerEric Botcazou <ebotcazou@adacore.com>
Tue, 10 Jun 2025 08:59:43 +0000 (10:59 +0200)
commite249cec1ac9957a1e0d064104014f9c4c339d2d6
tree8228c134e26f36124771b1197a0b9fdba43e530e
parentd02a2fe99f895f7c8cf969b618a51700e61c69ac
ada: Fix fallout of latest change

Freeze_Static_Object needs to deal with the objects that have been created
by Insert_Conditional_Object_Declaration.

gcc/ada/ChangeLog:

* freeze.adb (Freeze_Static_Object): Do not issue any error message
for compiler-generated entities.
gcc/ada/freeze.adb