This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7ecf468c9a3 c: pedwarn on flexible array member initialization with {} [...] new 24b6d201403 diagnostics: fix crash in urlifier with -Wfatal-errors [PR119366]
The 1 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 | 2 +- gcc/diagnostic.cc | 57 ++++++++++++++++++------- gcc/diagnostic.h | 23 +++++++--- gcc/gcc-urlifier.cc | 7 ++- gcc/gcc-urlifier.h | 7 +-- gcc/gcc.cc | 2 +- gcc/testsuite/gcc.dg/Wfatal-bad-attr-pr119366.c | 8 ++++ gcc/toplev.cc | 2 +- 8 files changed, 74 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Wfatal-bad-attr-pr119366.c