From 6c7f7b8c698b13ddd97d047c738da48a518e9f0f Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Thu, 21 Apr 2016 12:27:54 +0200 Subject: [multiple changes] 2016-04-21 Hristian Kirtchev * sem_prag.adb (Match_Constituent): Treat a constant as a legal constituent even if it is not to prevent spurious errors. 2016-04-21 Gary Dismukes * sem_ch4.adb: Minor typo fixes and reformatting. 2016-04-21 Dmitriy Anisimkov * g-calend.ads (No_Time): The same value in any timezone. * g-socket.adb (Raise_Host_Error): Remove ending dot from original error message before append colon delimited host name. From-SVN: r235331 --- gcc/ada/sem_ch4.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/ada/sem_ch4.adb') diff --git a/gcc/ada/sem_ch4.adb b/gcc/ada/sem_ch4.adb index 5b463cb..6837529 100644 --- a/gcc/ada/sem_ch4.adb +++ b/gcc/ada/sem_ch4.adb @@ -7569,8 +7569,8 @@ package body Sem_Ch4 is while Present (It.Nam) loop Add_One_Interp (N, It.Nam, It.Typ); - -- Add dereference interpretation if the result type type - -- has implicit reference discriminants. + -- Add dereference interpretation if the result type has + -- implicit reference discriminants. if Has_Discriminants (Etype (It.Nam)) then Check_Implicit_Dereference (N, Etype (It.Nam)); -- cgit v1.1