aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/exp_ch4.adb4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ada/exp_ch4.adb b/gcc/ada/exp_ch4.adb
index 9de384a..98ce797 100644
--- a/gcc/ada/exp_ch4.adb
+++ b/gcc/ada/exp_ch4.adb
@@ -5794,6 +5794,10 @@ package body Exp_Ch4 is
-- Start of processing for Expand_N_If_Expression
begin
+ -- Deal with non-standard booleans
+
+ Adjust_Condition (Cond);
+
-- Check for MINIMIZED/ELIMINATED overflow mode.
-- Apply_Arithmetic_Overflow_Check will not deal with Then/Else_Actions
-- so skip this step if any actions are present.