[Ada] Ada2020: wording of 'Image messages
authorBob Duff <duff@adacore.com>
Sat, 13 Jun 2020 16:38:00 +0000 (12:38 -0400)
committerPierre-Marie de Rodat <derodat@adacore.com>
Mon, 27 Jul 2020 08:05:19 +0000 (04:05 -0400)
commit2d4fe2035920a2440ca2d787cefc6eca03a4af40
tree1ea85f0e52ac3d422dbdd87c9e9f575622a25ad4
parent21717db17a8264b7f75366aafa3d21afce5dd41b
[Ada] Ada2020: wording of 'Image messages

gcc/ada/

* errout.ads, errout.adb (Error_Msg_Ada_2020_Feature): New
procedure analogous to Error_Msg_Ada_2012_Feature.
* sem_attr.adb (Analyze_Image_Attribute): Use
Error_Msg_Ada_2012_Feature and Error_Msg_Ada_2020_Feature to
indicate that Object'Image is allowed in Ada 2012, and that
'Image is allowed for any type in Ada 2020.
gcc/ada/errout.adb
gcc/ada/errout.ads
gcc/ada/sem_attr.adb