Landing: f8db3d9809ae
Project / Subsystem
gcc / gccrs
Date
2026-03-31
Author
João Novo
Commit
f8db3d9809aed048f0403668815375d2778da6ba
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- gccrs
- patch_id
- —
- commit_hash
- f8db3d9809aed048f0403668815375d2778da6ba
- source_type
- github
- headline
- gccrs: Fix ICE with infer type used in struct attribute
- tldr
- gccrs prevents ICEs by properly handling infer types in struct attributes.
- author
- João Novo
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • gccrs
- • bugfix
- • typechecking
- • compiler-error
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-03-31T00:00:00.000Z
An Integer Compile Error (ICE) in gccrs when an ‘infer type’ was used in a struct attribute has been fixed. The compiler now emits an error instead of crashing when it encounters this situation in struct declarations and array types.