Landing: 700352c6b9ce

Project / Subsystem

gcc / ada

Date

2026-01-31

Author

Piotr Trojanek

Commit

700352c6b9ceef1cdb2728c2c31665694d014676

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
ada
patch_id
commit_hash
700352c6b9ceef1cdb2728c2c31665694d014676
source_type
github
headline
Remove Tempdir from gnatmake
tldr
The Ada compiler no longer duplicates the Create_Temp_File routine provided by System.OS_Lib.
author
Piotr Trojanek
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • ada
  • gnatmake
  • code cleanup
discussion_id_link
bugzilla_pr
date
2026-01-31T00:00:00.000Z

The Ada compiler’s gnatmake tool previously included a Tempdir package that duplicated functionality already provided by System.OS_Lib. This commit removes the redundant Tempdir package, reducing code duplication and simplifying maintenance.