This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-check_cross in repository toolchain/ci/gcc.
from b454c409569 [Ada] Declare time_t uniformly based on a system parameter #2 adds 124bb55777c Daily bump. adds acf9d1fd806 openmp: Add support for omp attributes section and scan directives new 2050ac1a547 AArch64: correct usdot vectorizer and intrinsics optabs new 1ab2270036d AArch64: correct dot-product RTL patterns for aarch64.
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/DATESTAMP | 2 +- gcc/ada/ChangeLog | 4 + gcc/config/aarch64/aarch64-builtins.c | 4 + gcc/config/aarch64/aarch64-simd-builtins.def | 6 +- gcc/config/aarch64/aarch64-simd.md | 91 ++++++++++------------- gcc/config/aarch64/arm_neon.h | 12 +-- gcc/cp/parser.c | 105 +++++++++++++++++++++++++-- gcc/cp/parser.h | 4 + gcc/testsuite/g++.dg/gomp/attrs-1.C | 12 +-- gcc/testsuite/g++.dg/gomp/attrs-2.C | 12 +-- gcc/testsuite/g++.dg/gomp/attrs-6.C | 50 +++++++++++++ gcc/testsuite/g++.dg/gomp/attrs-7.C | 64 ++++++++++++++++ gcc/testsuite/g++.dg/gomp/attrs-8.C | 10 +++ 13 files changed, 297 insertions(+), 79 deletions(-) create mode 100644 gcc/testsuite/g++.dg/gomp/attrs-6.C create mode 100644 gcc/testsuite/g++.dg/gomp/attrs-7.C create mode 100644 gcc/testsuite/g++.dg/gomp/attrs-8.C