Landing: 5c7842618108
Project / Subsystem
gcc / ada
Date
2026-03-04
Author
Piotr Trojanek
Commit
5c784261810896b8536d6783c03dc6f56e3145b0
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- ada
- patch_id
- —
- commit_hash
- 5c784261810896b8536d6783c03dc6f56e3145b0
- source_type
- github
- headline
- Ada: Stop adding .EXE to GNAT.Command_Line error messages.
- tldr
- GNAT no longer adds the .EXE suffix to command-line error messages to avoid testsuite differences.
- author
- Piotr Trojanek
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • ada
- • testsuite
- • cross-platform
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-03-04T00:00:00.000Z
The GNAT.Command_Line output included a .EXE suffix on Windows, which caused differences in testsuite results across platforms. This commit removes the hardcoded suffix and uses a platform-specific routine to strip it, ensuring consistent testsuite behavior regardless of the operating system.