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 1961ab76b06 Daily bump. new 030063c43f3 ifcvt: Fix up noce_convert_multiple_sets [PR106590] new 0ce3c8ea09d c++: Implement P2327R1 - De-deprecating volatile compound o [...] new 0784ef5e2a7 i386: Fix up mode iterators that weren't expanded [PR106721] new c5d4e67e764 fortran: Expand ieee_arithmetic module's ieee_class inline [...] new 87a07e96dc4 fortran: Expand ieee_arithmetic module's ieee_value inline [...] new 511df912133 x86: Cast stride to __PTRDIFF_TYPE__ in AMX intrinsics
The 6 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/amxtileintrin.h | 6 +- gcc/config/i386/sse.md | 4 +- gcc/cp/expr.cc | 4 +- gcc/cp/typeck.cc | 8 +- gcc/fortran/f95-lang.cc | 3 +- gcc/fortran/libgfortran.h | 20 +++ gcc/fortran/trans-intrinsic.cc | 219 ++++++++++++++++++++++++++++++++ gcc/ifcvt.cc | 41 +++++- gcc/testsuite/g++.dg/cpp2a/volatile1.C | 11 +- gcc/testsuite/g++.dg/cpp2a/volatile3.C | 11 +- gcc/testsuite/g++.dg/cpp2a/volatile5.C | 8 +- gcc/testsuite/gcc.dg/torture/pr106590.c | 75 +++++++++++ libgfortran/ieee/ieee_helper.c | 20 --- 13 files changed, 386 insertions(+), 44 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr106590.c