This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 22c62d33ecb Daily bump. new f829e627f40 diagnostics: SARIF output: tweak ASCII art in comment new c990667996f diagnostics: SARIF output: eliminate some uses of "line_tab [...] new a874b8301d9 diagnostics: SARIF output: capture unlabelled secondary locations new 5cb7adeaf54 testsuite: drop unused import within sarif.py new 55982d16829 diagnostics: handle logical locations with NULL name new 64fbaf36a38 testsuite: split out parts of jit.dg/jit.exp into a new lib [...]
The 6 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/diagnostic-format-sarif.cc | 80 ++++++++++++++++++---- gcc/diagnostic-path.cc | 3 +- gcc/diagnostic.cc | 2 + gcc/diagnostic.h | 3 + .../gcc.dg/sarif-output/missing-semicolon.c | 22 ++++++ gcc/testsuite/gcc.dg/sarif-output/sarif.py | 4 +- .../gcc.dg/sarif-output/test-missing-semicolon.py | 79 +++++++++++++++++++++ gcc/testsuite/jit.dg/jit.exp | 47 ++----------- gcc/testsuite/lib/valgrind.exp | 58 ++++++++++++++++ 9 files changed, 238 insertions(+), 60 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/sarif-output/missing-semicolon.c create mode 100644 gcc/testsuite/gcc.dg/sarif-output/test-missing-semicolon.py create mode 100644 gcc/testsuite/lib/valgrind.exp