diff options
Diffstat (limited to 'gcc/ada/checks.adb')
-rw-r--r-- | gcc/ada/checks.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/checks.adb b/gcc/ada/checks.adb index e73f644..2362c13 100644 --- a/gcc/ada/checks.adb +++ b/gcc/ada/checks.adb @@ -4104,7 +4104,7 @@ package body Checks is -- with them will be valid as well. if Base_Type (Typ) = Standard_Boolean - and then + and then (Nkind (Expr) in N_Op or else Nkind (Expr) in N_Short_Circuit) then return; |