diff options
Diffstat (limited to 'gcc/ada/exp_ch13.adb')
-rw-r--r-- | gcc/ada/exp_ch13.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/exp_ch13.adb b/gcc/ada/exp_ch13.adb index 4580ec2d0df..e977bf91fb5 100644 --- a/gcc/ada/exp_ch13.adb +++ b/gcc/ada/exp_ch13.adb @@ -127,6 +127,7 @@ package body Exp_Ch13 is begin if Present (T) and then Present (Predicate_Function (T)) then + Set_Has_Predicates (Typ); -- Build the call to the predicate function of T |