Landing: e0165e307684

Project / Subsystem

gcc / ada

Date

2026-05-26

Author

Iain Sandoe

Commit

e0165e3076848a6d9522fde058b9d689aa81f6fd

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
ada
patch_id
commit_hash
e0165e3076848a6d9522fde058b9d689aa81f6fd
source_type
github
headline
Ada: Fix build error with POSIX sed
tldr
The Ada compiler now builds correctly when using POSIX sed.
author
Iain Sandoe
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • ada
  • build
  • sed
  • posix
discussion_id_link
bugzilla_pr
date
2026-05-26T00:00:00.000Z

The Ada compiler’s build process, which uses sed to create s-intnam.ads, failed when using POSIX-compliant sed due to incorrect syntax for the a, c, and i commands. This commit corrects the syntax to ensure compatibility with POSIX sed implementations, resolving the build error.