diff options
author | Gaius Mulley <gaiusmod2@gmail.com> | 2022-12-11 11:31:18 +0000 |
---|---|---|
committer | Gaius Mulley <gaiusmod2@gmail.com> | 2022-12-11 11:31:18 +0000 |
commit | fd7e0571835d88fec8e861771e94bcc893be536b (patch) | |
tree | 3156d4e780f44b2c5dee0866c00d2843c945c845 | |
parent | f6984c8112c22afb86cfff0a03e5a1fdfe13e942 (diff) | |
download | gcc-fd7e0571835d88fec8e861771e94bcc893be536b.zip gcc-fd7e0571835d88fec8e861771e94bcc893be536b.tar.gz gcc-fd7e0571835d88fec8e861771e94bcc893be536b.tar.bz2 |
gcc/doc/gm2.texi sub range.
The data type subrange should not be split into two words.
gcc/ChangeLog:
* doc/gm2.texi: Revert (sub range) back to subrange.
Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
-rw-r--r-- | gcc/doc/gm2.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/gm2.texi b/gcc/doc/gm2.texi index 576e9e9..aa02a77 100644 --- a/gcc/doc/gm2.texi +++ b/gcc/doc/gm2.texi @@ -474,7 +474,7 @@ created all pointers declared within this scope will have their addresses assigned to NIL. @item -fbounds -turns on run time sub range, array index and indirection via @code{NIL} +turns on run time subrange, array index and indirection via @code{NIL} pointer checking. @item -fcase |