This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9a02e39 Move class temp_source_file from input.c to selftest.c/h new 5927e78 Fix caret locations in format_type_warning (PR c/72857) new 507d7fb * config/i386/i386.md (*ashl<mode>3_mask): Rewrite define_in [...]
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/ChangeLog | 33 ++++++++- gcc/c-family/ChangeLog | 21 ++++++ gcc/c-family/c-common.c | 16 ++-- gcc/c-family/c-common.h | 9 ++- gcc/c-family/c-format.c | 36 +++++---- gcc/config/i386/i386.md | 78 +++++++++++--------- gcc/input.c | 86 +++++++++++++++++----- gcc/substring-locations.h | 13 ++-- gcc/testsuite/ChangeLog | 44 +++++++++++ gcc/testsuite/gcc.dg/format/asm_fprintf-1.c | 6 +- gcc/testsuite/gcc.dg/format/c90-printf-1.c | 14 ++-- gcc/testsuite/gcc.dg/format/diagnostic-ranges.c | 50 +++++++++++-- .../plugin/diagnostic-test-string-literals-1.c | 56 +++++++------- .../plugin/diagnostic-test-string-literals-2.c | 18 ++--- .../diagnostic_plugin_test_string_literals.c | 40 +++++----- 15 files changed, 362 insertions(+), 158 deletions(-)