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-arm-bootstrap in repository toolchain/ci/gcc.
from e5c0492b7f4 c++: adjust the handling of RID_ATTRIBUTE. adds 2646d0e06b1 Fortran: Diagnose default-initialized pointer/allocatable dummies adds 391b23e02bf Daily bump. new ea0f450e98d AVX512FP16: Support cond_op for HFmode
The 1 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/ChangeLog | 169 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 140 +++++++++++++++++ gcc/config/i386/sse.md | 112 +++++++------- gcc/cp/ChangeLog | 26 ++++ gcc/fortran/ChangeLog | 13 ++ gcc/fortran/decl.c | 14 ++ gcc/testsuite/ChangeLog | 66 ++++++++ .../i386/cond_op_addsubmuldiv__Float16-1.c | 9 ++ .../i386/cond_op_addsubmuldiv__Float16-2.c | 7 + .../gcc.target/i386/cond_op_fma__Float16-1.c | 20 +++ .../gcc.target/i386/cond_op_fma__Float16-2.c | 7 + .../gcc.target/i386/cond_op_maxmin__Float16-1.c | 8 + .../gcc.target/i386/cond_op_maxmin__Float16-2.c | 7 + gcc/testsuite/gfortran.dg/c-interop/c516.f90 | 46 +++++- libiberty/ChangeLog | 10 ++ libstdc++-v3/ChangeLog | 39 +++++ 17 files changed, 636 insertions(+), 59 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_addsubmuldiv__Float16-1.c create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_addsubmuldiv__Float16-2.c create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_fma__Float16-1.c create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_fma__Float16-2.c create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_maxmin__Float16-1.c create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_maxmin__Float16-2.c