Error messages should not start with a capital letter.
gcc/ada/
* gnat_cuda.adb (Remove_CUDA_Device_Entities): Fix casing
(this primarily fixes a style, because the capitalization will
not be preserved by the error-reporting machinery anyway).
* sem_ch13.adb (Analyze_User_Aspect_Aspect_Specification): Fix
casing in error message.
and then Present (Corresponding_Stub (Parent (Bod)))
then
Error_Msg_N
- ("Cuda_Device not suported on separate subprograms",
+ ("CUDA_Device not suported on separate subprograms",
Corresponding_Stub (Parent (Bod)));
else
Remove (Bod);
Arg : Node_Id;
begin
if No (UAD_Pragma) then
- Error_Msg_N ("No definition for user-defined aspect", Id);
+ Error_Msg_N ("no definition for user-defined aspect", Id);
return;
end if;