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-arm in repository toolchain/ci/gcc.
from 546ecb0054a rs6000: Expand fmod and remainder when built with fast-math [...] adds 13beaf9e8d2 Fortran: Revert to non-multilib-specific ISO_Fortran_binding.h adds cff72ef4e2f libgomp.texi: Add OpenMP Implementation Status adds 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-ssa-pre.c | 97 +++++++----------- gcc/tree-vect-loop.c | 4 +- libgfortran/ISO_Fortran_binding-2-tmpl.h | 42 -------- libgfortran/ISO_Fortran_binding-3-tmpl.h | 5 - ...tran_binding-1-tmpl.h => ISO_Fortran_binding.h} | 77 ++++++++++++++ libgfortran/Makefile.am | 12 +-- libgfortran/Makefile.in | 12 +-- libgfortran/mk-kinds-h.sh | 25 +---- libgomp/libgomp.texi | 111 ++++++++++++++++++++- 24 files changed, 351 insertions(+), 167 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 delete mode 100644 libgfortran/ISO_Fortran_binding-2-tmpl.h delete mode 100644 libgfortran/ISO_Fortran_binding-3-tmpl.h rename libgfortran/{ISO_Fortran_binding-1-tmpl.h => ISO_Fortran_binding.h} (73%)