]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Remove unnecessary special handling
authorRonan Desplanques <desplanques@adacore.com>
Tue, 4 Mar 2025 13:29:07 +0000 (14:29 +0100)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Mon, 9 Jun 2025 06:32:07 +0000 (08:32 +0200)
commit6ad0d51d4e1d4cc16a68d4e1c588c65849335493
treee0de5cb2f35ad31b052df2bd5df391acbb74d2cc
parentff9781d1dc58f6a015c51bedc655ceaa3858b62d
ada: Remove unnecessary special handling

This patch removes a special exemption in Enter_Name. That exemption was
preceded by a comment which described what situations it was supposed to
be required for, but it was unnecessary even in those situations.

gcc/ada/ChangeLog:

* sem_util.adb (Enter_Name): Remove special handling.
gcc/ada/sem_util.adb