Landing: ff0a553734c7

Project / Subsystem

gcc / ada

Date

2026-03-26

Author

Ronan Desplanques

Commit

ff0a553734c76ab9051104963a7acdac43a2f17c

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
ada
patch_id
commit_hash
ff0a553734c76ab9051104963a7acdac43a2f17c
source_type
github
headline
Complete fix for light runtime configuration in Ada
tldr
This commit removes an unused include directive to complete a previous fix for light runtime configurations in Ada.
author
Ronan Desplanques
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • ada
  • runtime
  • configuration
discussion_id_link
bugzilla_pr
date
2026-03-26T00:00:00.000Z

A previous fix for light runtime configurations in Ada was incomplete, leaving an unnecessary include directive. This commit removes the directive, finalizing the fix and ensuring correct behavior in environments with light runtime configurations. This prevents potential compilation issues or unexpected dependencies.