2020-06-09 Arnaud Charlet <charlet@adacore.com>
gcc/ada/
* sem_warn.adb (Warn_On_Constant_Valid_Condition): Add proper
warning tag.
if True_Result then
Error_Msg_N
- ("condition can only be False if invalid values present??", Op);
+ ("condition can only be False if invalid values present?c?", Op);
elsif False_Result then
Error_Msg_N
- ("condition can only be True if invalid values present??", Op);
+ ("condition can only be True if invalid values present?c?", Op);
end if;
end if;
end Warn_On_Constant_Valid_Condition;