Landing: 3a2f48a243fd
Project / Subsystem
gcc / ada
Date
2026-02-25
Author
Viljar Indus
Commit
3a2f48a243fdd73c63af196a9c186cd7abe4b96d
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- ada
- patch_id
- —
- commit_hash
- 3a2f48a243fdd73c63af196a9c186cd7abe4b96d
- source_type
- github
- headline
- Ada SARIF output now goes to current directory.
- tldr
- The Ada compiler now generates SARIF output files in the current working directory instead of next to the source file.
- author
- Viljar Indus
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • ada
- • sarif
- • static analysis
- • ergonomics
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-02-25T00:00:00.000Z
The Ada compiler’s SARIF (Static Analysis Results Interchange Format) output file generation has been modified. Previously, the SARIF file was created in the same directory as the source file. Now, the SARIF file is always created in the current working directory, mirroring the behavior of GCC’s SARIF output. This change simplifies locating and managing SARIF output files.