From: David Malcolm Date: Fri, 22 Jan 2021 22:07:30 +0000 (-0500) Subject: doc: ensure GCC_EXTRA_DIAGNOSTIC_OUTPUT gets an HTML anchor X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9cead79073862f207c1df4f7bcacb6e43d01384f;p=gcc.git doc: ensure GCC_EXTRA_DIAGNOSTIC_OUTPUT gets an HTML anchor This is referenced by my recent release notes changes for GCC 11: https://gcc.gnu.org/pipermail/gcc-patches/2021-January/564164.html gcc/ChangeLog: * doc/invoke.texi (GCC_EXTRA_DIAGNOSTIC_OUTPUT): Add @findex directive. --- diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 99d25462e48..34218a751f0 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -32750,6 +32750,7 @@ compiler uses @code{mblen} and @code{mbtowc} as defined by the default locale to recognize and translate multibyte characters. @item GCC_EXTRA_DIAGNOSTIC_OUTPUT +@findex GCC_EXTRA_DIAGNOSTIC_OUTPUT If @env{GCC_EXTRA_DIAGNOSTIC_OUTPUT} is set to one of the following values, then additional text will be emitted to stderr when fix-it hints are emitted. @option{-fdiagnostics-parseable-fixits} and