Landing: 202ca69360af

Project / Subsystem

gcc / fortran

Date

2026-05-05

Author

Harald Anlauf

Commit

202ca69360af7f8b39a77ec3ec6c6be2b37d320e

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
fortran
patch_id
commit_hash
202ca69360af7f8b39a77ec3ec6c6be2b37d320e
source_type
github
headline
Fortran: Fix namelist read for input with comments
tldr
The Fortran compiler now correctly parses namelist input containing comments.
author
Harald Anlauf
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • fortran
  • namelist
  • bugfix
  • parsing
discussion_id_link
bugzilla_pr
date
2026-05-05T00:00:00.000Z

The Fortran compiler now correctly handles comments within namelist input. Comments, indicated by a !, are skipped until the end of the line, and leading whitespace in subsequent input records is ignored. This fixes an issue where the compiler would fail to parse namelist input containing comments, improving Fortran language support.