This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4e72ccad80d RISC-V: bitmanip: improve constant-loading for (1ULL << 31) [...] new 4f9ad0b4b0a json: fix escaping of '' new 5ab73173cca Add -fdiagnostics-format={json-stderr|json-file}
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/common.opt | 10 +- gcc/diagnostic-format-json.cc | 116 ++++++++++++++------- gcc/diagnostic.cc | 26 +++++ gcc/diagnostic.h | 11 +- gcc/doc/invoke.texi | 17 +-- gcc/gcc.cc | 2 +- gcc/json.cc | 2 +- gcc/opts.cc | 2 +- .../c-c++-common/diagnostic-format-json-file-1.c | 8 ++ ...-json-1.c => diagnostic-format-json-stderr-1.c} | 12 ++- 10 files changed, 148 insertions(+), 58 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/diagnostic-format-json-file-1.c copy gcc/testsuite/c-c++-common/{diagnostic-format-json-1.c => diagnostic-format-j [...]