This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-10 in repository gcc.
from fafbe5379f9 [libgomp, nvptx] Add __sync_compare_and_swap_16 adds 32ca9bb4201 Daily bump. adds 08a0f33a1b0 Add new shrpsi and shrpdi instruction variants to gcc/confi [...] adds 1660e831614 Daily bump. adds 23ee7de0be0 Improve costs for DImode shifts of interger constants. adds 1bcbc4da6ae Daily bump. adds 7ad48f0a6b4 i386: Fix array index in expander adds e93428a8b05 tree-optimization/97043 - fix latent wrong-code with SLP ve [...] adds 1dbb919d086 tree-optimization/96522 - transfer of flow-sensitive info i [...] adds 1c34981a9ba bpf: use the expected instruction for NOPs adds 0ea1b39e8e5 doc: fix spelling of -fprofile-reproducibility adds f73772df64c Daily bump. new e524656359b Merge remote-tracking branch 'origin/releases/gcc-10' into [...] new a93cc852103 [PATCH] OpenMP/Fortran: Fix (re)mapping of allocatable/poin [...]
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 | 279 +++++++++++++++++++++ gcc/ChangeLog.omp | 17 ++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 12 + gcc/config/bpf/bpf.md | 7 +- gcc/config/i386/sse.md | 2 +- gcc/config/pa/pa.c | 33 ++- gcc/config/pa/pa.md | 140 +++++++++-- gcc/cp/ChangeLog | 18 ++ gcc/cp/ChangeLog.omp | 10 + gcc/cp/cp-gimplify.c | 2 +- gcc/cp/cp-tree.h | 2 +- gcc/cp/semantics.c | 4 +- gcc/doc/invoke.texi | 9 +- gcc/fortran/ChangeLog | 10 + gcc/fortran/ChangeLog.omp | 12 + gcc/fortran/trans-openmp.c | 31 ++- gcc/fortran/trans.h | 2 +- gcc/gimplify.c | 25 +- gcc/langhooks-def.h | 2 +- gcc/langhooks.c | 2 +- gcc/langhooks.h | 2 +- gcc/omp-low.c | 1 + gcc/testsuite/ChangeLog | 103 ++++++++ gcc/testsuite/gcc.dg/torture/pr96522.c | 36 +++ gcc/testsuite/gcc.target/bpf/nop-1.c | 14 ++ gcc/tree-ssa-address.c | 48 ++-- gcc/tree-ssa-sccvn.c | 3 +- gcc/tree-vect-slp.c | 5 +- include/ChangeLog.omp | 8 + include/gomp-constants.h | 3 + libgomp/ChangeLog.omp | 18 ++ libgomp/libgomp.h | 3 + libgomp/target.c | 188 +++++++++++--- .../testsuite/libgomp.fortran/map-alloc-ptr-1.f90 | 114 +++++++++ .../testsuite/libgomp.fortran/map-alloc-ptr-2.f90 | 86 +++++++ libiberty/ChangeLog | 10 + 37 files changed, 1128 insertions(+), 135 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr96522.c create mode 100644 gcc/testsuite/gcc.target/bpf/nop-1.c create mode 100644 libgomp/testsuite/libgomp.fortran/map-alloc-ptr-1.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/map-alloc-ptr-2.f90