This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 38dd4e26e07 RISC-V: Add Zvfbfwma extension to the -march= option new a7be993806a diagnostics: handle SGR codes in line_label::m_display_width new 3cd26744675 diagnostics: simplify output of purely intraprocedural exec [...] new 0b7ebe5427a diagnostics: add warning emoji to events with VERB_danger new e656656e711 diagnostics: use unicode art for interprocedural depth
The 4 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-path.h | 32 +- gcc/diagnostic-show-locus.cc | 28 +- gcc/doc/invoke.texi | 30 +- .../analyzer/allocation-size-multiline-1.c | 68 +-- .../analyzer/allocation-size-multiline-2.c | 72 +-- .../analyzer/allocation-size-multiline-3.c | 48 +- .../c-c++-common/analyzer/analyzer-verbosity-0.c | 40 +- .../c-c++-common/analyzer/analyzer-verbosity-1.c | 40 +- .../c-c++-common/analyzer/analyzer-verbosity-2.c | 40 +- .../c-c++-common/analyzer/analyzer-verbosity-3.c | 40 +- .../analyzer/malloc-macro-inline-events.c | 83 +-- .../analyzer/malloc-paths-9-noexcept.c | 604 ++++++++++----------- gcc/testsuite/c-c++-common/analyzer/setjmp-2.c | 140 +++-- gcc/testsuite/gcc.dg/analyzer/malloc-paths-9.c | 302 +++++------ .../analyzer/out-of-bounds-diagram-1-emoji.c | 26 +- .../analyzer/out-of-bounds-diagram-1-unicode.c | 26 +- .../gcc.dg/analyzer/out-of-bounds-multiline-2.c | 21 +- gcc/testsuite/gcc.dg/analyzer/warning-emoji.c | 29 + .../gcc.dg/plugin/diagnostic-test-paths-2.c | 30 +- gcc/text-art/theme.cc | 30 + gcc/text-art/theme.h | 10 + gcc/tree-diagnostic-path.cc | 491 ++++++++++++----- 22 files changed, 1200 insertions(+), 1030 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/warning-emoji.c