https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115970
--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by David Malcolm <[email protected]>: https://gcc.gnu.org/g:e7e1f2e40a2d1c335d2bd8b7d57d65eb377d46dd commit r16-5207-ge7e1f2e40a2d1c335d2bd8b7d57d65eb377d46dd Author: David Malcolm <[email protected]> Date: Wed Nov 12 16:51:16 2025 -0500 EXPERIMENTAL_SARIF_SOCKET: decode errno when reporting errors [PR115970] gcc/ChangeLog: PR diagnostics/115970 * diagnostics/sarif-sink.cc (maybe_open_sarif_sink_for_socket): Add "%m" to error messages, so that we print the string form of errno. Signed-off-by: David Malcolm <[email protected]>
