From: Gary Dismukes Date: Mon, 20 Oct 2014 14:34:37 +0000 (+0000) Subject: gnat_ugn.texi: Minor reformatting. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c19273ff4a5cb466c7f5ac09336b066e8ba4ea28;p=gcc.git gnat_ugn.texi: Minor reformatting. 2014-10-20 Gary Dismukes * gnat_ugn.texi: Minor reformatting. * sem_ch3.adb: Minor reformatting. From-SVN: r216480 --- 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)