ada: Fix inverted implementation of RM 8.4(10) clause for operators
commite870d6d73b4f0d24cc1a9d976954b0df836dbd06
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 9 May 2023 22:05:55 +0000 (10 00:05 +0200)
committerMarc Poulhiès <poulhies@adacore.com>
Thu, 15 Jun 2023 07:59:34 +0000 (15 09:59 +0200)
tree4ca4b03a70f79abf67d455ac6ea3f8aa502538de
parent16bd94c81fbba2ce23a88f257db08a3d95fa0ad5
ada: Fix inverted implementation of RM 8.4(10) clause for operators

The comment is correct but the code implements the opposite outcome.

gcc/ada/

* sem_type.adb (Disambiguate): Fix pasto in the implementation of
the RM 8.4(10) clause for operators.
gcc/ada/sem_type.adb