]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Remove dead assignment
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 6 May 2025 07:03:44 +0000 (09:03 +0200)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Tue, 1 Jul 2025 08:29:40 +0000 (10:29 +0200)
commitfc23c496e123be827df0e0d768a81a1204746e5a
tree6601c2e2a146c68b659637256bcc6d9b5d636e5a
parent579c431fa3728f1cb2d99df862ebf6c475cf01b2
ada: Remove dead assignment

The assignment sets the Etype of a node to itsef.

gcc/ada/ChangeLog:

* sem_ch4.adb (Analyze_Allocator): Do not set Etype to itself.
gcc/ada/sem_ch4.adb