Landing: eacad754773a
Project / Subsystem
gcc / gcc
Date
2026-07-22
Author
Thomas Schwinge
Commit
eacad754773af0c4146ef6e215b15048e8810ac7
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- gcc
- patch_id
- —
- commit_hash
- eacad754773af0c4146ef6e215b15048e8810ac7
- source_type
- github
- headline
- openmp, c++: Update 'module_state' comment for 'SE_BITS' change [PR119102]
- tldr
- Corrects a comment in C++ module handling related to OpenMP/OpenACC extension bits.
- author
- Thomas Schwinge
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • c++
- • openmp
- • openacc
- • modules
- • documentation
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-22T00:00:00.000Z
This is a minor fix-up for a previous commit that refactored the handling of OpenMP and OpenACC extensions within C++ modules. The change specifically updates a comment within the module_state structure to accurately reflect the new value of SE_BITS, which has increased due to the addition of more distinct extension flags. No functional changes are introduced, only documentation clarity.