aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/ali-util.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2017-01-06 11:28:06 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2017-01-06 11:28:06 +0100
commited3fe8cc27a62cbc21fcb5427ca5b2919878d94f (patch)
tree8c767f34a765e19d10d494e20b68605ce44e176d /gcc/ada/ali-util.ads
parent43934e8c1a12e2f0feeea58dbbd0e483a735155a (diff)
downloadgcc-ed3fe8cc27a62cbc21fcb5427ca5b2919878d94f.zip
gcc-ed3fe8cc27a62cbc21fcb5427ca5b2919878d94f.tar.gz
gcc-ed3fe8cc27a62cbc21fcb5427ca5b2919878d94f.tar.bz2
[multiple changes]
2017-01-06 Hristian Kirtchev <kirtchev@adacore.com> * exp_attr.adb (Rewrite_Stream_Proc_Call): Use an unchecked type conversion when performing a view conversion to/from a private type. In all other cases use a regular type conversion to ensure that any relevant checks are properly installed. 2017-01-06 Hristian Kirtchev <kirtchev@adacore.com> * sem_prag.adb, sem_ch8.adb: Minor reformatting. 2017-01-06 Ed Schonberg <schonberg@adacore.com> * sem_case.adb (Explain_Non_Static_Bound): Suppress cascaded error on case expression that is an entity, when coverage is incomplete and entity has a static value obtained by local propagation. (Handle_Static_Predicate): New procedure, subsidiary of Check_Choices, to handle case alternatives that are either subtype names or subtype indications involving subtypes that have static predicates. 2017-01-06 Thomas Quinot <quinot@adacore.com> * s-oscons-tmplt.c, g-socket.adb, g-socket.ads, g-sothco.ads: (GNAT.Socket): Add support for Busy_Polling and Generic_Option 2017-01-06 Bob Duff <duff@adacore.com> * sem_elab.adb (Activate_Elaborate_All_Desirable): Don't add Elaborate_All(P) to P itself. That could happen in obscure cases, and always introduced a cycle (P body must be elaborated before P body). * lib-writ.ads: Comment clarification. * ali-util.ads: Minor comment fix. * ali.adb: Minor reformatting. 2017-01-06 Tristan Gingold <gingold@adacore.com> * a-exexpr-gcc.adb: Improve comment. From-SVN: r244125
Diffstat (limited to 'gcc/ada/ali-util.ads')
-rw-r--r--gcc/ada/ali-util.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/ali-util.ads b/gcc/ada/ali-util.ads
index 251f3e7..c9abc5c 100644
--- a/gcc/ada/ali-util.ads
+++ b/gcc/ada/ali-util.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2013, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2016, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -24,7 +24,7 @@
------------------------------------------------------------------------------
-- This child unit provides utility data structures and procedures used
--- for manipulation of ALI data by the gnatbind and gnatmake.
+-- for manipulation of ALI data by gnatbind and gnatmake.
package ALI.Util is