From 19dde43a5444696b62f54433def1d7f240f4aa09 Mon Sep 17 00:00:00 2001 From: charlet Date: Thu, 4 Aug 2011 08:52:52 +0000 Subject: 2011-08-04 Javier Miranda * exp_strm.adb (Build_Array_Input_Function): if the array type is constrained, do not attempt to build a subtype of it. 2011-08-04 Yannick Moy * errout.ads Change comments: remove 'R'M as an example where quotes are needed; add ALFA as another case where quotes are not needed * erroutc.adb (Set_Msg_Insertion_Reserved_Word): add ALFA as another case where quotes are not needed. * sem_ch11.adb, sem_ch13.adb, sem_ch2.adb, sem_ch3.adb, sem_ch4.adb, sem_ch5.adb, sem_ch6.adb, sem_ch9.adb, sem_prag.adb, sem_res.adb: Remove all occurrences of 'A'L'F'A 2011-08-04 Ed Schonberg * sem_ch13.adb: check legality of invariant pragma. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177335 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/sem_prag.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ada/sem_prag.adb') diff --git a/gcc/ada/sem_prag.adb b/gcc/ada/sem_prag.adb index dac7df81461..721b54e862e 100644 --- a/gcc/ada/sem_prag.adb +++ b/gcc/ada/sem_prag.adb @@ -6144,7 +6144,7 @@ package body Sem_Prag is then Error_Pragma ("pragma% is placed after violation" - & " of 'A'L'F'A"); + & " of ALFA"); end if; -- We treat this as a Rep_Item to record it on the rep -- cgit v1.2.1