[Bug translation/79423] Translation of warnings breaks IDE parsing of output

2018-05-02 Thread jakub at gcc dot gnu.org
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 -

[Bug translation/79423] Translation of warnings breaks IDE parsing of output

2018-07-26 Thread jakub at gcc dot gnu.org
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 -

[Bug translation/79423] Translation of warnings breaks IDE parsing of output

2018-07-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79423 Andrew Pinski changed: What|Removed |Added Target Milestone|8.3 |---

[Bug translation/79423] Translation of warnings breaks IDE parsing of output

2017-02-08 Thread pinskia at gcc dot gnu.org
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.

[Bug translation/79423] Translation of warnings breaks IDE parsing of output

2017-02-08 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79423 David Malcolm changed: What|Removed |Added Keywords||diagnostic CC|

[Bug translation/79423] Translation of warnings breaks IDE parsing of output

2017-02-08 Thread sgh at sgh dot dk
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("

[Bug translation/79423] Translation of warnings breaks IDE parsing of output

2017-03-23 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79423 David Malcolm changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug translation/79423] Translation of warnings breaks IDE parsing of output

2024-07-22 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
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.