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 b35afe75674 c++: binding reference to comma expr [PR114561] new 16046a075cb c++: __is_constructible ref binding [PR100667] new a644775c363 c++: unroll pragma in templates [PR111529] new 38de942670a c++: array of PMF [PR113598]
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/cp/init.c | 4 ++- gcc/cp/parser.c | 2 +- gcc/cp/pt.c | 14 +++++----- gcc/cp/semantics.c | 41 ++++++++++++++++++++++++++-- gcc/testsuite/g++.dg/cpp0x/initlist-pmf2.C | 12 ++++++++ gcc/testsuite/g++.dg/ext/is_constructible8.C | 16 +++++++++++ gcc/testsuite/g++.dg/ext/unroll-4.C | 16 +++++++++++ 7 files changed, 94 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-pmf2.C create mode 100644 gcc/testsuite/g++.dg/ext/is_constructible8.C create mode 100644 gcc/testsuite/g++.dg/ext/unroll-4.C