This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from a8ef7eec0c3 Fortran: ICE in transformational_result [PR108529] new 06f8f7aed1e Enable AMD znver4 support and add instruction reservations new 53b91bfee28 Remove znver4 instruction reservations
The 2 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} | 0 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 + 17 files changed, 222 insertions(+), 34 deletions(-) rename gcc/config/i386/{znver1.md => znver.md} (100%)