This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3749c3aff65 openmp: Avoid PLT relocations for omp_* symbols in libgomp new e705b8533aa openmp: Differentiate between order(concurrent) and order(r [...] new 021ad8e5cf9 Fix PR c++/64697 at -O1 or above new 97909f80fde Fix ICE with stack checking emulation at -O2
The 3 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/c-family/c-omp.c | 4 ++ gcc/c/c-parser.c | 6 ++- gcc/config/i386/i386.c | 21 +++----- gcc/cp/parser.c | 6 ++- gcc/explow.c | 9 +++- gcc/fortran/dump-parse-tree.c | 2 + gcc/fortran/gfortran.h | 4 +- gcc/fortran/openmp.c | 5 +- gcc/fortran/trans-openmp.c | 7 +++ gcc/omp-general.c | 16 ++++++ gcc/testsuite/gfortran.dg/gomp/order-5.f90 | 8 +-- gcc/tree-pretty-print.c | 2 + gcc/tree.h | 3 ++ .../libgomp.c-c++-common/order-reproducible-1.c | 63 ++++++++++++++++++++++ .../libgomp.c-c++-common/order-reproducible-2.c | 28 ++++++++++ 15 files changed, 160 insertions(+), 24 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c-c++-common/order-reproducible-1.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/order-reproducible-2.c