This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 99566c0c6b8 reg-stack: Change return type of predicate functions from i [...] new 4d935f52b0d c++: make initializer_list array static again [PR110070]
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/cgraph.cc | 2 +- gcc/cp/call.cc | 15 ++++++++++++--- gcc/cp/tree.cc | 9 ++++++++- gcc/gimplify.cc | 3 ++- gcc/testsuite/g++.dg/opt/icf1.C | 16 ++++++++++++++++ gcc/testsuite/g++.dg/opt/icf2.C | 17 +++++++++++++++++ gcc/testsuite/g++.dg/opt/icf3.C | 17 +++++++++++++++++ gcc/testsuite/g++.dg/tree-ssa/array-temp1.C | 6 ++++++ gcc/testsuite/g++.dg/tree-ssa/initlist-opt1.C | 1 + gcc/testsuite/g++.dg/tree-ssa/initlist-opt2.C | 2 ++ gcc/testsuite/g++.dg/tree-ssa/initlist-opt4.C | 13 +++++++++++++ gcc/tree-core.h | 3 ++- gcc/tree.h | 6 ++++++ gcc/varasm.cc | 2 +- 14 files changed, 104 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/icf1.C create mode 100644 gcc/testsuite/g++.dg/opt/icf2.C create mode 100644 gcc/testsuite/g++.dg/opt/icf3.C create mode 100644 gcc/testsuite/g++.dg/tree-ssa/initlist-opt4.C