This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1e1847612d7 c++: fewer allocator temps [PR105838] new d081807d8d7 c++: avoid initializer_list<string> [PR105838] new bd0485f20f4 c++: build initializer_list<string> in a loop [PR105838]
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/cp/call.cc | 149 +++++++++++++++++++++++++- gcc/cp/constexpr.cc | 6 +- gcc/cp/cp-tree.h | 1 + gcc/cp/init.cc | 13 ++- gcc/cp/parser.cc | 1 + gcc/cp/tree.cc | 2 - gcc/testsuite/g++.dg/tree-ssa/initlist-opt1.C | 25 +++++ gcc/testsuite/g++.dg/tree-ssa/initlist-opt2.C | 24 +++++ 8 files changed, 213 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/tree-ssa/initlist-opt1.C create mode 100644 gcc/testsuite/g++.dg/tree-ssa/initlist-opt2.C