This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-8 in repository gcc.
from 5a228344066 Daily bump. new 26020c84980 AArch64: Implement __rndr, __rndrrs intrinsics
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.c | 61 ++++++++++++++++++++++++ gcc/config/aarch64/aarch64-c.c | 2 + gcc/config/aarch64/aarch64-option-extensions.def | 3 ++ gcc/config/aarch64/aarch64.h | 5 ++ gcc/config/aarch64/aarch64.md | 22 +++++++++ gcc/config/aarch64/arm_acle.h | 18 +++++++ gcc/testsuite/gcc.target/aarch64/acle/rng_1.c | 53 ++++++++++++++++++++ 7 files changed, 164 insertions(+) create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/rng_1.c