This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_O1 in repository toolchain/ci/gcc.
from ae957797a16 Daily bump. adds d1574a9b820 Fix declarations of _DINFINITY, _SINFINITY and _SQNAN adds 0096b0b467b c++: (*(fn))() [PR104618] new 88c1b0385aa Daily bump. new 50d9ca7104d AVX512F: Add helper enumeration for ternary logic intrinsics.
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: fixincludes/ChangeLog | 6 + fixincludes/fixincl.x | 44 +++- fixincludes/inclhack.def | 18 ++ fixincludes/tests/base/math.h | 7 + gcc/DATESTAMP | 2 +- gcc/config/i386/avx512fintrin.h | 132 ++++++---- gcc/config/i386/avx512vlintrin.h | 278 +++++++++++++-------- gcc/cp/ChangeLog | 6 + gcc/cp/typeck.cc | 6 +- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/g++.dg/overload/paren1.C | 7 + .../gcc.target/i386/avx512f-vpternlogd-1.c | 7 +- .../gcc.target/i386/avx512f-vpternlogq-1.c | 7 +- .../gcc.target/i386/avx512vl-vpternlogd-1.c | 13 +- .../gcc.target/i386/avx512vl-vpternlogq-1.c | 14 +- gcc/testsuite/gcc.target/i386/testimm-10.c | 7 - 16 files changed, 378 insertions(+), 181 deletions(-) create mode 100644 gcc/testsuite/g++.dg/overload/paren1.C