https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79423
David Malcolm changed:
What|Removed |Added
Resolution|--- |WONTFIX
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79423
--- Comment #7 from David Malcolm ---
We've had -fdiagnostics-format=json since GCC 9, and
-fdiagnostics-format=sarif-{file,stderr} support since GCC 13, IIRC. Arguably
an IDE should be using the latter instead.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79423
Andrew Pinski changed:
What|Removed |Added
Target Milestone|8.3 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79423
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|8.2 |8.3
--- Comment #6 from Jakub Jelinek -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79423
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|8.0 |8.2
--- Comment #5 from Jakub Jelinek -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79423
David Malcolm changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79423
--- Comment #3 from Søren Holm ---
Yes - it sound much like what I want.
The diagnostics stuff in gcc7 seem a bit overkill when the real issue is just
the translation of "error" and "warning"
A commandline flag that forcesg gcc to call setenv("
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79423
David Malcolm changed:
What|Removed |Added
Keywords||diagnostic
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79423
--- Comment #1 from Andrew Pinski ---
Note translation happens by standard library support and might be hard to
control by a command line.
Does make, etc. Also translate their error messages too.