Landing: baa5e752ce29

Project / Subsystem

gcc / gccrs

Date

2026-04-18

Author

Philip Herron

Commit

baa5e752ce291423c4ba3f693e55f138683fa433

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
gccrs
patch_id
commit_hash
baa5e752ce291423c4ba3f693e55f138683fa433
source_type
github
headline
gccrs: Fix missing copy constructor arguments
tldr
Constructor arguments were missing in type checking for predicates, fixed by adding them.
author
Philip Herron
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • gccrs
  • type checking
discussion_id_link
bugzilla_pr
date
2026-04-18T00:00:00.000Z

This commit addresses an issue in gccrs where arguments were missing during the construction of TypeBoundPredicate objects in the type-checking phase. The fix involves adding the necessary arguments to the constructor and assignment operator.