This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 3976b2701b8 tree-optimization/97627 - Avoid computing niters for fake edges new 81fd2df5911 c++: Fix list-init of array of no-copy type [PR63707] new 506fcfdb125 c++: Avoid redundant copy in {} init [PR98642] new 85908100051 c++: Invisible refs are not restrict [PR97474] new 2127d2c3ee2 c++: [[no_unique_address]] in empty base [PR98463]
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/cp/call.c | 6 +----- gcc/cp/constexpr.c | 16 +++++++++++++- gcc/cp/tree.c | 10 ++++++++- gcc/cp/typeck2.c | 20 +++++++++++++++--- gcc/testsuite/g++.dg/cpp0x/initlist-array13.C | 16 ++++++++++++++ gcc/testsuite/g++.dg/cpp1z/elide5.C | 15 +++++++++++++ gcc/testsuite/g++.dg/cpp2a/no_unique_address8.C | 11 ++++++++++ gcc/testsuite/g++.dg/torture/pr97474.C | 28 +++++++++++++++++++++++++ 8 files changed, 112 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-array13.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/elide5.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/no_unique_address8.C create mode 100644 gcc/testsuite/g++.dg/torture/pr97474.C