aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_ch4.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2016-04-21 12:27:54 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2016-04-21 12:27:54 +0200
commit6c7f7b8c698b13ddd97d047c738da48a518e9f0f (patch)
tree6d5faf0858d3f86bb75e3b881fd0424bc6e3e527 /gcc/ada/sem_ch4.adb
parent0310af44bbc4c372246641d891de639f96c15971 (diff)
downloadgcc-6c7f7b8c698b13ddd97d047c738da48a518e9f0f.zip
gcc-6c7f7b8c698b13ddd97d047c738da48a518e9f0f.tar.gz
gcc-6c7f7b8c698b13ddd97d047c738da48a518e9f0f.tar.bz2
[multiple changes]
2016-04-21 Hristian Kirtchev <kirtchev@adacore.com> * 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 <dismukes@adacore.com> * sem_ch4.adb: Minor typo fixes and reformatting. 2016-04-21 Dmitriy Anisimkov <anisimko@adacore.com> * 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
Diffstat (limited to 'gcc/ada/sem_ch4.adb')
-rw-r--r--gcc/ada/sem_ch4.adb4
1 files changed, 2 insertions, 2 deletions
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));