https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114348
--- Comment #5 from David Malcolm <dmalcolm at gcc dot gnu.org> --- Should be fixed on trunk for GCC 14 by the above patch. Keeping open to backport. (In reply to Tobias Specht from comment #2) [...snip...] > A workaround could be, to only parse the first line as json, but this also > seems racy. Note that although in earlier releases the JSON was all on one line, for GCC 14 I've added newlines and formatting to the output: https://gcc.gnu.org/pipermail/gcc-patches/2023-December/639625.html (which I've found *very* useful in my own usage of SARIF output).