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 f705d0f2d03 c++: deduction guides and ttp rewriting [PR102479] new e60f7127b32 c++: alignment of local typedef in template [PR65211] new 5c6577dcf1d c++: template conversion op [PR101698] new f9e356458d8 c++: NRV and ref-extended temps [PR101442]
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/decl.c | 2 +- gcc/cp/init.c | 2 +- gcc/cp/pt.c | 9 +++++++- gcc/cp/semantics.c | 3 ++- gcc/testsuite/g++.dg/cpp0x/initlist-nrv1.C | 34 ++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/template/conv19.C | 34 ++++++++++++++++++++++++++++++ gcc/testsuite/g++.target/i386/vec-tmpl1.C | 17 +++++++++++++++ 7 files changed, 97 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-nrv1.C create mode 100644 gcc/testsuite/g++.dg/template/conv19.C create mode 100644 gcc/testsuite/g++.target/i386/vec-tmpl1.C