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 8ed6cfbbee7 libstdc++: Fix non-default constructors for hash containers [...] adds e4966e1d1de Bind(c): signed char is not a Fortran character type adds 01ac2f08b01 Daily bump. adds 3382846558e Fix execution failure of parity_1.f90 on P10 [PR100952] adds 60933a148ab analyzer: fix feasibility false +ve with overly complex svalues adds 863737b8de7 Revert "testsuite: mips: use noinline attribute instead of [...] adds 19e05058799 testsuite: mips: pass -finline/-fnoinline through new 2c5d803d032 openmp: Diagnose invalid mixing of the attribute and pragma [...] new 7f7364108f7 openmp: Add support for __has_attribute(omp::directive) and [...]
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 | 69 +++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/diagnostic-manager.cc | 47 ++++++-- gcc/analyzer/region-model-manager.cc | 4 + gcc/analyzer/region-model.h | 5 + gcc/c-family/c-lex.c | 15 ++- gcc/c-family/c-pragma.h | 4 + gcc/config/rs6000/rs6000.md | 5 +- gcc/cp/parser.c | 40 ++++++- gcc/cp/parser.h | 3 + gcc/testsuite/ChangeLog | 36 ++++++ gcc/testsuite/c-c++-common/gomp/attrs-1.c | 146 +++++++++++++++++++++++ gcc/testsuite/c-c++-common/gomp/attrs-2.c | 146 +++++++++++++++++++++++ gcc/testsuite/c-c++-common/gomp/attrs-3.c | 74 ++++++++++++ gcc/testsuite/g++.dg/gomp/attrs-4.C | 61 ++++++++++ gcc/testsuite/g++.dg/gomp/attrs-5.C | 46 +++++++ gcc/testsuite/gcc.dg/analyzer/feasibility-3.c | 133 +++++++++++++++++++++ gcc/testsuite/gcc.target/mips/cfgcleanup-jalr2.c | 11 +- gcc/testsuite/gcc.target/mips/cfgcleanup-jalr3.c | 6 +- gcc/testsuite/gcc.target/mips/mips.exp | 1 + libgfortran/ChangeLog | 6 + libgfortran/runtime/ISO_Fortran_binding.c | 13 +- libstdc++-v3/ChangeLog | 44 +++++++ 23 files changed, 884 insertions(+), 33 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/attrs-1.c create mode 100644 gcc/testsuite/c-c++-common/gomp/attrs-2.c create mode 100644 gcc/testsuite/c-c++-common/gomp/attrs-3.c create mode 100644 gcc/testsuite/g++.dg/gomp/attrs-4.C create mode 100644 gcc/testsuite/g++.dg/gomp/attrs-5.C create mode 100644 gcc/testsuite/gcc.dg/analyzer/feasibility-3.c