Commit fdfea49e by Samuel Tardieu Committed by Samuel Tardieu

sem_eval.adb: Give a more precise error message.

    gcc/ada/
	* sem_eval.adb: Give a more precise error message.

From-SVN: r152619
parent 9b99d0fd
2009-10-10 Samuel Tardieu <sam@rfc1149.net>
* sem_eval.adb: Give a more precise error message.
2009-10-06 Samuel Tardieu <sam@rfc1149.net>
PR ada/41383
......
......@@ -5018,7 +5018,7 @@ package body Sem_Eval is
if Attribute_Name (N) = Name_Size then
Error_Msg_N
("size attribute is only static for scalar type " &
("size attribute is only static for static scalar type " &
"(RM 4.9(7,8))", N);
-- Flag array cases
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment