This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 52b51b0c893 * test_summary: Do not escape "=". new 30ccd83e453 PR c/80619 - bad fix-it hint for GCC %lu directive with int [...]
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/c-family/ChangeLog | 7 +++ gcc/c-family/c-format.c | 4 +- gcc/c-family/c-format.h | 1 + gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gcc.dg/format/pr80619.c | 89 +++++++++++++++++++++++++++++++++++ 5 files changed, 104 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/format/pr80619.c