Landing: 8daeb073cff0
Project / Subsystem
gcc / libgomp
Date
2026-05-13
Author
H.J. Lu
Commit
8daeb073cff0f398e060d10d2aba4706727618bb
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- libgomp
- patch_id
- —
- commit_hash
- 8daeb073cff0f398e060d10d2aba4706727618bb
- source_type
- github
- headline
- Libgomp.texi: Add the missing closing brace
- tldr
- Fixes a GCC build error in libgomp.texi due to a missing closing brace.
- author
- H.J. Lu
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • libgomp
- • build error
- • documentation
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-13T00:00:00.000Z
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.