Landing: 44e33b2d621d

Project / Subsystem

gcc / fortran

Date

2026-07-01

Author

Jakub Jelinek

Commit

44e33b2d621d6d5e5fd635ad2595bbf99cd80521

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
fortran
patch_id
commit_hash
44e33b2d621d6d5e5fd635ad2595bbf99cd80521
source_type
github
headline
fortran: Remove spurious semicolon in check.cc
tldr
Removes an unnecessary semicolon from the fortran/check.cc file that triggered a pedantic warning.
author
Jakub Jelinek
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • fortran
  • build
  • warning
discussion_id_link
bugzilla_pr
date
2026-07-01T00:00:00.000Z

This commit removes a spurious semicolon from the get_ul_from_cst_cl function in fortran/check.cc. This semicolon was not syntactically required and caused a pedantic warning when compiling the Fortran front-end with GCC 8 using the -Wpedantic flag. The removal cleans up the code and suppresses the warning.