From: Gary Dismukes Date: Fri, 13 Dec 2019 09:05:43 +0000 (+0000) Subject: [Ada] Minor rewording of one sentence X-Git-Tag: misc/cutover-git~471 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=814db0c199fb9c050008f9f1e12534425ccc40c8;p=thirdparty%2Fgcc.git [Ada] Minor rewording of one sentence 2019-12-13 Gary Dismukes gcc/ada/ * doc/gnat_rm/implementation_defined_pragmas.rst: Minor rewording of one sentence. * gnat_rm.texi: Regenerate. From-SVN: r279368 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index d48a3610e55b..1fea3533b73f 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,9 @@ +2019-12-13 Gary Dismukes + + * doc/gnat_rm/implementation_defined_pragmas.rst: Minor + rewording of one sentence. + * gnat_rm.texi: Regenerate. + 2019-12-13 Arnaud Charlet * exp_unst.adb (Unnest_Subprogram): Account for trees produced diff --git a/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst b/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst index 04e4ac8049f9..6d0bdd8e7859 100644 --- a/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst +++ b/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst @@ -3058,8 +3058,8 @@ different ways: The compile-time approach is intended to optimize the generated code for the pragma, by possibly using fast operations such as ``memset``. Note that such - optimizations require using values the bytes of which all have the same - binary representation. + optimizations require using values where the bytes all have the same binary + representation. * At bind time, the programmer has several options: diff --git a/gcc/ada/gnat_rm.texi b/gcc/ada/gnat_rm.texi index 19c6290edd36..f7c29237d9f4 100644 --- a/gcc/ada/gnat_rm.texi +++ b/gcc/ada/gnat_rm.texi @@ -4509,8 +4509,8 @@ particular family of scalar types using the optional arguments of the pragma. The compile-time approach is intended to optimize the generated code for the pragma, by possibly using fast operations such as @code{memset}. Note that such -optimizations require using values the bytes of which all have the same -binary representation. +optimizations require using values where the bytes all have the same binary +representation. @item At bind time, the programmer has several options: