From: Harald Anlauf Date: Tue, 17 Nov 2020 21:26:26 +0000 (+0100) Subject: Fortran texi: Fix description of GFC_RTCHECK_* macros. X-Git-Tag: basepoints/gcc-12~3151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c49f56adcb2fcfbf3bcf6e1a088bc5dd702f266e;p=thirdparty%2Fgcc.git Fortran texi: Fix description of GFC_RTCHECK_* macros. gcc/fortran/ChangeLog: * gfortran.texi: Fix description of GFC_RTCHECK_* to match actual code. --- diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 453b30f7c614..3b27217d3698 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -3866,8 +3866,8 @@ initialization using @code{_gfortran_set_args}. Default: enabled. @item @var{option}[6] @tab Enables run-time checking. Possible values are (bitwise or-ed): GFC_RTCHECK_BOUNDS (1), GFC_RTCHECK_ARRAY_TEMPS (2), -GFC_RTCHECK_RECURSION (4), GFC_RTCHECK_DO (16), GFC_RTCHECK_POINTER (32), -GFC_RTCHECK_BITS (64). +GFC_RTCHECK_RECURSION (4), GFC_RTCHECK_DO (8), GFC_RTCHECK_POINTER (16), +GFC_RTCHECK_MEM (32), GFC_RTCHECK_BITS (64). Default: disabled. @item @var{option}[7] @tab Unused. @item @var{option}[8] @tab Show a warning when invoking @code{STOP} and