This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from f387ff788f6 tree-optimization/101555 - avoid redundant alias queries in PRE adds aad72d2ea83 inline: do not einline when no_profile_instrument_function [...] adds ba1cc6956b9 C, C++, Fortran, OpenMP: Add support for 'flush seq_cst' co [...] adds 843068149ec tree-optimization/102226 - fix epilogue vector re-use
No new revisions were added by this update.
Summary of changes: gcc/c-family/c-omp.c | 2 +- gcc/c/c-parser.c | 7 ++++-- gcc/cp/parser.c | 7 ++++-- gcc/cp/semantics.c | 2 +- gcc/fortran/openmp.c | 6 +++-- gcc/fortran/trans-openmp.c | 3 ++- gcc/ipa-inline.c | 17 +++++++++++++ gcc/testsuite/c-c++-common/gomp/flush-1.c | 9 +++++++ gcc/testsuite/c-c++-common/gomp/flush-2.c | 7 +++--- gcc/testsuite/g++.dg/gomp/attrs-1.C | 6 +++++ gcc/testsuite/g++.dg/gomp/attrs-2.C | 6 +++++ gcc/testsuite/g++.dg/vect/pr102226.cc | 29 ++++++++++++++++++++++ .../gcc.dg/no_profile_instrument_function-attr-2.c | 15 +++++++++++ gcc/testsuite/gfortran.dg/gomp/flush-1.f90 | 8 ++++++ gcc/testsuite/gfortran.dg/gomp/flush-2.f90 | 9 ++++--- gcc/tree-vect-loop.c | 4 +-- 16 files changed, 119 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/g++.dg/vect/pr102226.cc create mode 100644 gcc/testsuite/gcc.dg/no_profile_instrument_function-attr-2.c