[Ada] Mention -gnat2020 in error message

gcc/ada/

	* sem_ch13.adb (Check_Aspect_Too_Late): Mention -gnat2020 switch
	in error message.
This commit is contained in:
Arnaud Charlet 2020-06-04 10:13:16 +02:00 committed by Pierre-Marie de Rodat
parent 4c1e539511
commit 580fe036c8

View file

@ -1034,7 +1034,8 @@ package body Sem_Ch13 is
and then Has_Primitive_Operations (Parent_Type)
then
Error_Msg_N
("|representation aspect not permitted before Ada 202x!", N);
("|representation aspect not permitted before Ada 202x: " &
"use -gnat2020!", N);
Error_Msg_NE
("\parent type & has primitive operations!", N, Parent_Type);