GCC Newspaper
JUNE 15, 2026
Date
/
Architectures
Components
Topics
News & Policy
Other
libgomp

Libgomp.texi: Add the missing closing brace

Fixes a GCC build error in libgomp.texi due to a missing closing brace.

This commit adds a missing closing brace in libgomp.texi, resolving a build error that occurred after a recent commit adding OpenMP Tool Control support. The missing brace caused issues during the compilation of the documentation.

In Details

The change fixes a syntax error in libgomp.texi, specifically a missing closing brace within an @code block. This file documents the GNU OpenMP library (libgomp) and its API. The error occurred due to a recent addition of the omp_control_tool API. This commit ensures that the documentation builds cleanly after the introduction of new features in the OpenMP runtime library.

For Context

The GNU OpenMP library (libgomp) provides support for parallel programming using the OpenMP API. libgomp.texi is a documentation file for libgomp. This commit corrects a syntax error in the documentation, ensuring that the library's documentation builds correctly. A missing brace in the documentation source code prevented the documentation from being generated.

Filed Under: libgompbuild errordocumentation