]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Fix comments
authorRonan Desplanques <desplanques@adacore.com>
Wed, 13 Aug 2025 09:13:07 +0000 (11:13 +0200)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Thu, 11 Sep 2025 09:10:46 +0000 (11:10 +0200)
commit6b74844753f6bf28af180f1b19a4a6a11be7464c
tree8eebe7d94ffd3187a8d5d7b75018441375dad99c
parent405aeb22ded78eec4a2a81add081291e7cab6b4c
ada: Fix comments

This patch fixes a reference to an Ada RM clause, fixes an occurrence of
"unconstrained" that should have been "indefinite", and removes an
incorrect claim that completing a partial view without discriminants
with a full view with defaulted discriminants is an error situation.

gcc/ada/ChangeLog:

* sem_ch3.adb (Process_Discriminants, Process_Full_View): Fix
comments.
gcc/ada/sem_ch3.adb