[v2] Fortran manual: extend deprecated BOZ examples with X'ABC'

Message ID 20211121105851.3202796-1-slyich@gmail.com
State New
Headers
Series [v2] Fortran manual: extend deprecated BOZ examples with X'ABC' |

Commit Message

Sergei Trofimovich Nov. 21, 2021, 10:58 a.m. UTC
  From: Sergei Trofimovich <siarheit@google.com>

	gcc/fortran/
	* gfortran.texi (BOZ literal constants): add X'ABC' to the list
	of valid examples.
---
 gcc/fortran/gfortran.texi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
  

Patch

diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi
index 326470964b0..f7184147a82 100644
--- a/gcc/fortran/gfortran.texi
+++ b/gcc/fortran/gfortran.texi
@@ -1465,10 +1465,10 @@  dependent.  Gfortran interprets the sign bit as a user would expect.
 As a deprecated extension, GNU Fortran allows hexadecimal BOZ literal
 constants to be specified using the @code{X} prefix.  That the BOZ literal
 constant can also be specified by adding a suffix to the string, for
-example, @code{Z'ABC'} and @code{'ABC'X} are equivalent.  Additionally,
-as extension, BOZ literals are permitted in some contexts outside of
-@code{DATA} and the intrinsic functions listed in the Fortran standard.
-Use @option{-fallow-invalid-boz} to enable the extension.
+example, @code{Z'ABC'}, @code{'ABC'X} and @code{X'ABC'} are equivalent.
+Additionally, as extension, BOZ literals are permitted in some contexts
+outside of @code{DATA} and the intrinsic functions listed in the Fortran
+standard. Use @option{-fallow-invalid-boz} to enable the extension.
 
 @node Real array indices
 @subsection Real array indices