This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 2509b7bdabb Update BASE-VER to 11.3.1 new 1eee4e08a64 c++: don't ICE on NAMESPACE_DECL inside FUNCTION_DECL new 7b879564ec2 gcov-profile: Allow negative counts of indirect calls [PR105282] new 141b66c4bec emit-rtl: Fix -fcompare-debug bug with label references in [...] new dfe099b4b5c sparc: Preserve ORIGINAL_REGNO in epilogue_renumber [PR105257]
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/config/sparc/sparc.c | 16 ++++++++++++++-- gcc/cp/module.cc | 5 +++-- gcc/emit-rtl.c | 3 ++- gcc/testsuite/gcc.dg/pr105257.c | 16 ++++++++++++++++ gcc/testsuite/gfortran.dg/g77/pr105203.f | 20 ++++++++++++++++++++ gcc/value-prof.c | 4 ++++ 6 files changed, 59 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr105257.c create mode 100644 gcc/testsuite/gfortran.dg/g77/pr105203.f