Landing: 904ef469bd30

Project / Subsystem

gcc / ada

Date

2026-03-17

Author

Eric Botcazou

Commit

904ef469bd30d8228e324b8f3452c71bc1e5e6de

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
ada
patch_id
commit_hash
904ef469bd30d8228e324b8f3452c71bc1e5e6de
source_type
github
headline
Fixes Compiler Crash with Expression Functions
tldr
A compiler crash has been fixed when using expression functions in Ada.
author
Eric Botcazou
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • ada
  • bugfix
  • crash
discussion_id_link
bugzilla_pr
date
2026-03-17T00:00:00.000Z

A bug causing the Ada compiler to crash when using primitive functions completed by expression functions has been resolved. The fix restricts the bypass for freezing the profile in Analyze_Subprogram_Body_Helper to only apply to wrapper functions.