This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-check_gcc in repository toolchain/ci/gcc.
from b454c409569 [Ada] Declare time_t uniformly based on a system parameter #2 adds 124bb55777c Daily bump. new acf9d1fd806 openmp: Add support for omp attributes section and scan directives
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/DATESTAMP | 2 +- gcc/ada/ChangeLog | 4 ++ 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 ++++ 9 files changed, 245 insertions(+), 18 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