This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a9de836c2b2 Restore 'libgomp.oacc-c-c++-common/nvptx-sese-1.c' SESE reg [...] new 33de0ffcf05 libstdc++: Fix std::move_only_function for incomplete param [...] new 88b34661f73 libstdc++: respect with-{headers, newlib} for default hosted value new bf3b532b524 Enable AMD znver4 support and add instruction reservations
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/common/config/i386/cpuinfo.h | 16 +- gcc/common/config/i386/i386-common.cc | 35 +- gcc/common/config/i386/i386-cpuinfo.h | 1 + gcc/config.gcc | 10 +- gcc/config/i386/driver-i386.cc | 5 + gcc/config/i386/i386-c.cc | 7 + gcc/config/i386/i386-options.cc | 6 +- gcc/config/i386/i386.cc | 2 +- gcc/config/i386/i386.h | 16 + gcc/config/i386/i386.md | 4 +- gcc/config/i386/x86-tune-costs.h | 133 ++++ gcc/config/i386/x86-tune-sched.cc | 2 + gcc/config/i386/{znver1.md => znver.md} | 849 ++++++++++++++++++++- gcc/doc/extend.texi | 3 + gcc/doc/invoke.texi | 9 + gcc/testsuite/g++.target/i386/mv29.C | 5 + gcc/testsuite/gcc.target/i386/funcspec-56.inc | 2 + libstdc++-v3/acinclude.m4 | 5 +- libstdc++-v3/configure | 17 +- libstdc++-v3/include/bits/mofunc_impl.h | 5 +- .../testsuite/20_util/move_only_function/call.cc | 11 + 21 files changed, 1061 insertions(+), 82 deletions(-) rename gcc/config/i386/{znver1.md => znver.md} (62%)