]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Tune message for missing 'Result in Contract_Cases
authorPiotr Trojanek <trojanek@adacore.com>
Fri, 31 Mar 2023 14:43:23 +0000 (16:43 +0200)
committerMarc Poulhiès <poulhies@adacore.com>
Mon, 29 May 2023 08:23:18 +0000 (10:23 +0200)
Make the message consistent with the one for postcondition.

gcc/ada/

* sem_util.adb (Check_Result_And_Post_State): Tune message.

gcc/ada/sem_util.adb

index 9d12ee71d939dcc0eb94a1ce0cdf5cbba6f66640..1839214332d6378286e1983bf1336ccb7f625830 100644 (file)
@@ -4644,7 +4644,8 @@ package body Sem_Util is
       --  attribute 'Result.
 
       elsif Present (Case_Prag) and then not Seen_In_Case then
-         Error_Msg_N ("contract cases do not mention result?.t?", Case_Prag);
+         Error_Msg_N
+           ("contract cases do not mention function result?.t?", Case_Prag);
 
       --  The function has non-trivial postconditions only and they do not
       --  mention attribute 'Result.