diff options
Diffstat (limited to 'gcc/ada/sem_elab.adb')
-rw-r--r-- | gcc/ada/sem_elab.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_elab.adb b/gcc/ada/sem_elab.adb index 881fdb1..710983f 100644 --- a/gcc/ada/sem_elab.adb +++ b/gcc/ada/sem_elab.adb @@ -2258,7 +2258,7 @@ package body Sem_Elab is -- in this case, due to the out of order handling in this case. and then (Nkind (Original_Node (N)) /= N_Function_Call - or else not In_Assertion (Original_Node (N))) + or else not In_Assertion_Expression (Original_Node (N))) then if Inst_Case then Error_Msg_NE |