aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Dismukes <dismukes@adacore.com>2014-10-20 14:34:37 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2014-10-20 16:34:37 +0200
commitc19273ff4a5cb466c7f5ac09336b066e8ba4ea28 (patch)
treeffdb1162af21a9ba763b00fc5d26c9b22a80e566
parentbdafba6f354d0f34b464a9168c7eb152adbc2445 (diff)
downloadgcc-c19273ff4a5cb466c7f5ac09336b066e8ba4ea28.zip
gcc-c19273ff4a5cb466c7f5ac09336b066e8ba4ea28.tar.gz
gcc-c19273ff4a5cb466c7f5ac09336b066e8ba4ea28.tar.bz2
gnat_ugn.texi: Minor reformatting.
2014-10-20 Gary Dismukes <dismukes@adacore.com> * gnat_ugn.texi: Minor reformatting. * sem_ch3.adb: Minor reformatting. From-SVN: r216480
-rw-r--r--gcc/ada/ChangeLog5
-rw-r--r--gcc/ada/gnat_ugn.texi2
-rw-r--r--gcc/ada/sem_ch3.adb2
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index a27cae1..5cabad4 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,8 @@
+2014-10-20 Gary Dismukes <dismukes@adacore.com>
+
+ * gnat_ugn.texi: Minor reformatting.
+ * sem_ch3.adb: Minor reformatting.
+
2014-10-20 Vincent Celier <celier@adacore.com>
* prj-attr.adb: New project level attribute Runtime.
diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi
index d38f0d7..1290bf5 100644
--- a/gcc/ada/gnat_ugn.texi
+++ b/gcc/ada/gnat_ugn.texi
@@ -8127,7 +8127,7 @@ Generate binder file suitable for CodePeer.
@item -R
@cindex @option{-R} (@command{gnatbind})
-Output closure source list, which includes all non-runtime-units that are
+Output closure source list, which includes all non-run-time units that are
included in the bind.
@item -Ra
diff --git a/gcc/ada/sem_ch3.adb b/gcc/ada/sem_ch3.adb
index 9294eb8..ec4f791 100644
--- a/gcc/ada/sem_ch3.adb
+++ b/gcc/ada/sem_ch3.adb
@@ -3843,7 +3843,7 @@ package body Sem_Ch3 is
-- the expression. Rewrite declaration as a renaming, which the
-- back-end can handle properly. This is a rather unusual case,
-- because most unchecked_union declarations have default values
- -- for discriminants and are thus unconstrained.
+ -- for discriminants and are thus not indefinite.
elsif Is_Unchecked_Union (T) then
if Constant_Present (N)