]> git.ipfire.org Git - thirdparty/gcc.git/commit
[Ada] Fix oversight in Delayed_Aspect_Present predicate
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 2 Jun 2020 22:08:17 +0000 (00:08 +0200)
committerGiuliano Belinassi <giuliano.belinassi@usp.br>
Mon, 17 Aug 2020 16:17:53 +0000 (13:17 -0300)
commit2bc83954f6d70fcfc43bb8614d253ab5ceab502d
treebbba20206e2e6ad5c1302a1efec02a050f60403b
parent0a253f42792623585789133655679b5c4065b5ba
[Ada] Fix oversight in Delayed_Aspect_Present predicate

gcc/ada/

* sem_ch3.adb (Delayed_Aspect_Present): Fix oversight in loop.
* freeze.adb (Freeze_Object_Declaration): Use Declaration_Node
instead of Parent for the sake of consistency.
gcc/ada/freeze.adb
gcc/ada/sem_ch3.adb