This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from 7005b5e57eb [Ada] Fix inconsistent comment about expansion of exception [...] adds 9b06b9d2379 Remove create_lcssa_for_virtual_phi and uses adds 00eab0c654e Add internal functions for iround etc. [PR106253] adds 32a753506be lto-plugin: implement LDPT_GET_API_VERSION adds cab411a2b4b Set nonzero bits from bitwise and operator in range-ops. adds 6e9d5dfc291 Fortran: error recovery simplifying PACK with invalid argum [...]
No new revisions were added by this update.
Summary of changes: gcc/config/aarch64/aarch64-builtins.cc | 83 --------------------- gcc/config/aarch64/aarch64-protos.h | 1 - gcc/config/aarch64/aarch64.cc | 4 -- gcc/config/i386/i386.cc | 1 + gcc/config/i386/i386.md | 3 - gcc/fortran/simplify.cc | 12 ++++ gcc/internal-fn.cc | 20 ++++++ gcc/internal-fn.def | 23 ++++++ gcc/optabs.cc | 3 +- gcc/predict.cc | 11 +++ gcc/predict.h | 1 + gcc/range-op.cc | 70 +----------------- gcc/testsuite/gcc.target/aarch64/vect_unary_1.c | 65 ++++++++++++++++- gcc/testsuite/gfortran.dg/pack_simplify_1.f90 | 15 ++++ gcc/testsuite/gfortran.dg/vect/pr106253.f | 35 +++++++++ gcc/tree-vect-loop-manip.cc | 95 ++----------------------- gcc/value-range.cc | 6 +- include/plugin-api.h | 33 +++++++++ lto-plugin/Makefile.am | 2 +- lto-plugin/Makefile.in | 2 +- lto-plugin/lto-plugin.c | 47 ++++++++++++ 21 files changed, 277 insertions(+), 255 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pack_simplify_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/vect/pr106253.f