From c19273ff4a5cb466c7f5ac09336b066e8ba4ea28 Mon Sep 17 00:00:00 2001 From: Gary Dismukes Date: Mon, 20 Oct 2014 14:34:37 +0000 Subject: [PATCH] gnat_ugn.texi: Minor reformatting. 2014-10-20 Gary Dismukes * gnat_ugn.texi: Minor reformatting. * sem_ch3.adb: Minor reformatting. From-SVN: r216480 --- gcc/ada/ChangeLog | 5 +++++ gcc/ada/gnat_ugn.texi | 2 +- gcc/ada/sem_ch3.adb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index a27cae15192..5cabad4752f 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2014-10-20 Gary Dismukes + + * gnat_ugn.texi: Minor reformatting. + * sem_ch3.adb: Minor reformatting. + 2014-10-20 Vincent Celier * prj-attr.adb: New project level attribute Runtime. diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index d38f0d799fb..1290bf58e47 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 9294eb81fc7..ec4f7914c0c 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)