]> 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)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Tue, 10 Jun 2025 07:32:07 +0000 (09:32 +0200)
commitc737dbfc02079479ffa5d84a2b88f27949b86991
tree430f118df0eba52b06084ab0b70923c18336f068
parenta139b405338ca2f3d2d4bb3d4db0135d99cae4ae
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