This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9b06b9d2379 Remove create_lcssa_for_virtual_phi and uses new 00eab0c654e Add internal functions for iround etc. [PR106253]
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/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/internal-fn.cc | 20 ++++++ gcc/internal-fn.def | 23 +++++++ gcc/optabs.cc | 3 +- gcc/predict.cc | 11 ++++ gcc/predict.h | 1 + gcc/testsuite/gcc.target/aarch64/vect_unary_1.c | 65 ++++++++++++++++++- gcc/testsuite/gfortran.dg/vect/pr106253.f | 35 +++++++++++ 12 files changed, 157 insertions(+), 93 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/vect/pr106253.f