This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 3a2bcffac60 openmp: Add support for OpenMP 5.1 atomics for C++ adds 4a7842bb992 libgomp: Spelling error fix in OpenMP 5.1 conformance section adds 749c31b345c libstdc++: Rename tests with incorrect extension adds 4703182a06b Revert no longer needed fix for PR95539 adds 8593d2fcbb8 configure, jit: Allow for 'make check-gcc-jit'. adds 654187d0537 Fortran: Prefer GCC internal macros to float.h in ISO_Fortr [...] adds 0a60524de10 rs6000: Move __builtin_mffsl to the [always] stanza adds 2578a3870ef PR c/102245: Disable sign-changing optimization for shifts [...] new 00b1324f928 Fortran: Use _Float128 rather than __float128 for c_float128 kind. new 89be17a1b23 Fix 'hash_table::expand' to destruct stale Value objects new 41a34e22f89 rs6000: Handle gimple folding of target built-ins new 6cba7d1dc43 rs6000: Handle some recent MMA builtin changes new 47e5052b5e1 rs6000: Support for vectorizing built-in functions
The 5 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: Makefile.def | 1 + Makefile.in | 8 + gcc/config/rs6000/rs6000-builtin-new.def | 154 +-- gcc/config/rs6000/rs6000-call.c | 1202 ++++++++++++++++++++ gcc/config/rs6000/rs6000-gen-builtins.c | 38 +- gcc/config/rs6000/rs6000.c | 257 +++++ gcc/fortran/intrinsic.texi | 8 +- gcc/fortran/iso-c-binding.def | 2 +- gcc/fortran/trans-intrinsic.c | 6 +- gcc/fortran/trans-types.h | 2 +- gcc/hash-map-tests.c | 10 +- gcc/hash-table.h | 3 + gcc/match.pd | 6 +- gcc/testsuite/gcc.dg/Wint-in-bool-context-4.c | 35 + gcc/testsuite/gfortran.dg/PR100914.c | 5 +- gcc/testsuite/gfortran.dg/PR100914.f90 | 1 + .../c-interop/typecodes-array-float128-c.c | 4 +- .../gfortran.dg/c-interop/typecodes-sanity-c.c | 7 +- .../c-interop/typecodes-scalar-float128-c.c | 4 +- gcc/testsuite/lib/target-supports.exp | 4 +- gcc/tree-vect-stmts.c | 13 +- libgfortran/ISO_Fortran_binding.h | 79 +- libgfortran/runtime/ISO_Fortran_binding.c | 2 +- libgomp/libgomp.texi | 4 +- .../26_numerics/valarray/{dr630-3.C => dr630-3.cc} | 0 .../basic_iostream/cons/{16251.C => 16251.cc} | 0 26 files changed, 1706 insertions(+), 149 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Wint-in-bool-context-4.c rename libstdc++-v3/testsuite/26_numerics/valarray/{dr630-3.C => dr630-3.cc} (100%) rename libstdc++-v3/testsuite/27_io/basic_iostream/cons/{16251.C => 16251.cc} (100%)