Landing: 3355aaa5f55d

Project / Subsystem

gcc / gcc

Date

2026-06-22

Author

Nathan Sidwell

Commit

3355aaa5f55d524eefb7f3638ceb1da793dc6275

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
gcc
patch_id
commit_hash
3355aaa5f55d524eefb7f3638ceb1da793dc6275
source_type
github
headline
GCC `tm` files can now add generator programs
tldr
GCC's target description (tm) files can now append to, rather than overwrite, generator program definitions.
author
Nathan Sidwell
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • build
  • developer
  • riscv
discussion_id_link
bugzilla_pr
date
2026-06-22T00:00:00.000Z

GCC’s target description files (.tm files) can now append definitions for generator programs, rather than strictly overwriting existing ones. This change modifies Makefile.in to allow for appending, making it more flexible. Additionally, a workaround rule for genrvv-type-indexer in t-riscv has been removed as it is no longer necessary.