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 85adc2ec2b0 libstdc++: Disable volatile-qualified std::bind for C++20 new f1454a75c9a i386: Mark XMM4-XMM6 as clobbered by encodekey128/encodekey256 new 2e81790f45c Fortran: NULL pointer dereference in invalid simplification [...] new 22c2658a8b6 Fortran: fix ICE in generate_coarray_sym_init [PR82868] new 2773a90c0f4 Fortran: error recovery while simplifying intrinsic UNPACK [...]
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/config/i386/predicates.md | 20 ++++++++++---------- gcc/config/i386/sse.md | 4 ++-- gcc/fortran/expr.cc | 3 ++- gcc/fortran/simplify.cc | 13 ++++++++++--- gcc/fortran/trans-decl.cc | 1 + .../gcc.target/i386/keylocker-encodekey128.c | 1 - .../gcc.target/i386/keylocker-encodekey256.c | 1 - .../{associate_26.f90 => associate_26a.f90} | 6 +++--- gcc/testsuite/gfortran.dg/pr106985.f90 | 8 ++++++++ gcc/testsuite/gfortran.dg/pr107054.f90 | 13 +++++++++++++ 10 files changed, 49 insertions(+), 21 deletions(-) copy gcc/testsuite/gfortran.dg/{associate_26.f90 => associate_26a.f90} (65%) create mode 100644 gcc/testsuite/gfortran.dg/pr106985.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr107054.f90