]> git.ipfire.org Git - thirdparty/gcc.git/commit
libgomp.texi: Add the missing closing brace
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 13 May 2026 07:42:37 +0000 (15:42 +0800)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 13 May 2026 07:42:37 +0000 (15:42 +0800)
commit8daeb073cff0f398e060d10d2aba4706727618bb
tree3fefc5256e2780ed4c5fb567e4ecf6bd7fa499af
parent9d5efd46b3329f6b7b0eb2983f317687899caba6
libgomp.texi: Add the missing closing brace

Fix GCC build error:

libgomp.texi:647: @code missing closing brace
make[4]: *** [Makefile:1434: stamp-build-info] Error 1

from

commit a94fc2737d4c3916cdab15e2f2e28f74b6c39e65
Author: Tobias Burnus <tburnus@baylibre.com>
Date:   Wed May 13 08:21:53 2026 +0200

    libgomp: Add stub omp_control_tool for OMPT

-@item New @code{omp_pause_stop_tool} constant for omp_pause_resource @tab N @tab
+@item New @code{omp_pause_stop_tool} constant for @code{omp_pause_resource
+      @tab Y @tab

* libgomp.texi: the Add missing closing brace.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
libgomp/libgomp.texi