This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c10bd8ce54b docs: fmv: Update Function multi-versioning documentation [...] new e2cbcd1b27c Fix gimple_copy for OpenMP atomic load/store [PR122281, PR105001] new d7ff7435b47 arc: Fix wrong vector ordering on big-endian architecture
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/config/arc/simdext.md | 14 ++++++---- gcc/gimple.cc | 22 ++++++++++++++++ gcc/testsuite/gcc.target/arc/movv2hi-be.c | 32 +++++++++++++++++++++++ libgomp/testsuite/libgomp.c/pr122281.c | 43 +++++++++++++++++++++++++++++++ 4 files changed, 106 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arc/movv2hi-be.c create mode 100644 libgomp/testsuite/libgomp.c/pr122281.c