This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 48207a5f00d c++: testcases for PR113545 (constexpr with switch and pass [...] new 89e93ce8b9a Use HOST_SIZE_T_PRINT_* and HOST_WIDE_INT_T_PRINT_* some more new 8427290f33d Add %[zt][diox] support to pretty-print new 39920447f87 gimple-low: Fix up handling of volatile automatic vars in a [...]
The 3 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/c-ada-spec.cc | 3 +- gcc/c-family/c-format.cc | 12 +++--- gcc/c/c-decl.cc | 4 +- gcc/cfgexpand.cc | 3 +- gcc/cp/class.cc | 14 +++---- gcc/cp/parser.cc | 3 +- gcc/cp/pt.cc | 14 ++++--- gcc/cp/tree.cc | 5 ++- gcc/dwarf2out.cc | 17 +++++--- gcc/fortran/array.cc | 6 +-- gcc/fortran/check.cc | 4 +- gcc/fortran/data.cc | 4 +- gcc/fortran/error.cc | 60 +++++++++++++++++++++++++- gcc/fortran/primary.cc | 12 +++--- gcc/fortran/resolve.cc | 4 +- gcc/fortran/trans-common.cc | 6 +-- gcc/gcc.cc | 30 ++++++------- gcc/gcov-dump.cc | 4 +- gcc/gengtype.cc | 10 +++-- gcc/genpreds.cc | 9 ++-- gcc/ggc-page.cc | 16 ++++--- gcc/gimple-low.cc | 27 +++++++++--- gcc/ipa-icf.cc | 10 +++-- gcc/jit/jit-playback.cc | 8 ++-- gcc/lto/lto-common.cc | 21 +++++----- gcc/postreload-gcse.cc | 7 ++-- gcc/pretty-print.cc | 67 +++++++++++++++++++++++++----- gcc/testsuite/g++.dg/cpp23/attr-assume12.C | 14 +++++++ gcc/testsuite/gcc.dg/attr-assume-6.c | 14 +++++++ gcc/tree-dfa.cc | 5 ++- gcc/tree-into-ssa.cc | 7 ++-- gcc/tree-ssa-dom.cc | 7 ++-- gcc/tree.cc | 21 ++++++---- gcc/var-tracking.cc | 4 +- gcc/varasm.cc | 2 +- 35 files changed, 314 insertions(+), 140 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/attr-assume12.C create mode 100644 gcc/testsuite/gcc.dg/attr-assume-6.c