This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8771094 gcc/fortran/ChangeLog: new ada0f4c Drop TREE_OVERFLOW new 03d12d8 [PATCH 11/17][ARM] Add builtins for VFP FP16 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: gcc/ChangeLog | 22 ++++++++++ gcc/config/arm/arm-builtins.c | 75 ++++++++++++++++++++++++++++++---- gcc/config/arm/arm_vfp_builtins.def | 51 +++++++++++++++++++++++ gcc/config/arm/t-arm | 4 +- gcc/ipa-cp.c | 2 + gcc/testsuite/ChangeLog | 5 +++ gcc/testsuite/gcc.dg/torture/pr77677.c | 18 ++++++++ 7 files changed, 168 insertions(+), 9 deletions(-) create mode 100644 gcc/config/arm/arm_vfp_builtins.def create mode 100644 gcc/testsuite/gcc.dg/torture/pr77677.c