diff options
Diffstat (limited to 'gcc/ada/exp_ch9.adb')
-rw-r--r-- | gcc/ada/exp_ch9.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_ch9.adb b/gcc/ada/exp_ch9.adb index 8e2f2a3e1f7..e55f98776d1 100644 --- a/gcc/ada/exp_ch9.adb +++ b/gcc/ada/exp_ch9.adb @@ -3369,7 +3369,7 @@ package body Exp_Ch9 is Set_Scope (Func, Scope (Prot)); else - Analyze (Cond); + Analyze_And_Resolve (Cond, Any_Boolean); end if; -- The Ravenscar profile restricts barriers to simple variables |