This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d1ac0f0dfba libstdc++: Fix test_and_acquire / set_and_release for EABI [...] new 660bfe61d40 Daily bump. new cf7dae01734 c++: CTAD and explicit deduction guides for copy-list-init [...] new c6be439b377 [RS6000] -mno-minimal-toc vs. power10 pcrelative new 2dd7b93778d [RS6000] Adjust gcc asm for power10
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/ChangeLog | 181 +++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 6 + gcc/config/rs6000/linux64.h | 17 ++- gcc/config/rs6000/ppc-asm.h | 9 ++ gcc/cp/ChangeLog | 13 ++ gcc/cp/pt.c | 49 +++++-- gcc/fortran/ChangeLog | 37 +++++ gcc/testsuite/ChangeLog | 175 ++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1z/class-deduction73.C | 41 ++++++ libgcc/config/rs6000/morestack.S | 30 ++-- libgcc/config/rs6000/t-linux | 7 +- libgcc/config/rs6000/tramp.S | 6 + libgomp/ChangeLog | 9 ++ libitm/config/powerpc/sjlj.S | 18 ++- libstdc++-v3/ChangeLog | 13 ++ 16 files changed, 586 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction73.C