]> gcc.gnu.org Git - gcc.git/commit
doc/invoke.texi: Move @ignore block out of @gccoptlist [PR103533]
authorTobias Burnus <tobias@codesourcery.com>
Fri, 25 Mar 2022 09:47:49 +0000 (10:47 +0100)
committerTobias Burnus <tobias@codesourcery.com>
Fri, 25 Mar 2022 09:47:49 +0000 (10:47 +0100)
commit748f36a48b506f52e10bcdeb750a7fe9c30c26f3
tree37b6080093bcc44ea102d4d96c84d0f17e3f950a
parent5f6197d7c197f9d2b7fb2e1a19dac39a023755e8
doc/invoke.texi: Move @ignore block out of @gccoptlist [PR103533]

With TeX output ("make pdf"), @gccoptlist's content end up in a single
line such that TeX does not find the matching '@end ignore' for the
'@ignore' block – failing with a runaway error. Solution is to move
the @ignore block after the closing '}'.
(Follow up to r12-7808-g319ba7e241e7e21f9eb481f075310796f13d2035 )

gcc/
PR analyzer/103533
* doc/invoke.texi (Static Analyzer Options): Move
@ignore block after @gccoptlist's '}' for 'make pdf'.
gcc/doc/invoke.texi
This page took 0.066958 seconds and 6 git commands to generate.