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 dce5367eecf LTO: bump minor version new 3d520d00ac6 ipa: make target_clone default decl local [PR101726] new 076b214b143 ipa: do not make localaliases for target_clones [PR101261] new 64336a85c96 ipa: ICF should check SSA_NAME_IS_DEFAULT_DEF
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/ipa-icf-gimple.c | 3 +++ gcc/multiple_target.c | 25 ++++++++++++++----------- gcc/symtab.c | 2 ++ gcc/testsuite/gcc.dg/ipa/pr100600.c | 22 ++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr101261.c | 11 +++++++++++ 5 files changed, 52 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ipa/pr100600.c create mode 100644 gcc/testsuite/gcc.target/i386/pr101261.c