Landing: 150eb4c6e2b9
Project / Subsystem
gcc / gcc/fortran
Date
2026-07-03
Author
Sandra Loosemore
Commit
150eb4c6e2b9ccce262a8bd06b575f3be017f99c
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- gcc/fortran
- patch_id
- —
- commit_hash
- 150eb4c6e2b9ccce262a8bd06b575f3be017f99c
- source_type
- github
- headline
- OpenMP, Fortran: Fix indentation in resolve_omp_clauses_aff_dep_map_cache
- tldr
- Corrects code indentation in OpenMP clause resolution for Fortran, with no functional changes.
- author
- Sandra Loosemore
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • fortran
- • openmp
- • formatting
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-03T00:00:00.000Z
This commit adjusts the code indentation within the resolve_omp_clauses_aff_dep_map_cache function in GCC’s Fortran front-end. The change addresses a visual inconsistency in nested switch statements that arose after a previous code refactoring, ensuring cleaner code presentation.