Landing: 9f5f4420659c

Project / Subsystem

gcc / gcc/git_update_version

Date

2026-06-09

Author

Jakub Jelinek

Commit

9f5f4420659c54cba67e7f86f7d61cd3c2b13b54

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
gcc/git_update_version
patch_id
commit_hash
9f5f4420659c54cba67e7f86f7d61cd3c2b13b54
source_type
github
headline
Add two further commits to ignored_commits, remove old ones
tldr
GCC's versioning script now ignores two new commit hashes and removes older, irrelevant ignored commits.
author
Jakub Jelinek
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • build-system
  • versioning
  • maintenance
discussion_id_link
bugzilla_pr
date
2026-06-09T00:00:00.000Z

This update to GCC’s versioning script (git_update_version.py) adds two specific commit hashes to the ignored_commits list. These commits will now be excluded from the version string generation process, likely because they represent internal or cosmetic changes that shouldn’t affect the user-visible version number. Concurrently, older, no longer relevant commit hashes have been removed from the ignored list, streamlining the script’s maintenance.