]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Remove uses of E_Void
authorRonan Desplanques <desplanques@adacore.com>
Fri, 28 Mar 2025 10:22:22 +0000 (11:22 +0100)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Thu, 12 Jun 2025 08:37:51 +0000 (10:37 +0200)
commit20ba3f4f212f3c5cf88189f690c030d311726ba1
tree74d0d3ce3cce2983c1fbc27ac51f730d2c929532
parentb87317a508f7c3f05cabc0e640053dff78ec98e2
ada: Remove uses of E_Void

This patch removes various calls on entities that have their entity
kinds set to E_Void, by giving those entities their proper kinds earlier.
This is to prepare for potential new future invariant checks on entities.

gcc/ada/ChangeLog:

* sem_ch3.adb (Constrain_Index, Make_Index, Array_Type_Declaration,
Analyze_Number_Declaration): Remove uses of E_Void.
gcc/ada/sem_ch3.adb