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-bootstrap_O1 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
No new revisions were added by this update.
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