This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4348a41f0bc 2019-01-22 Harald Anlauf anlauf@gmx.de new cefe3839e7a PR target/87064 * config/rs6000/vsx.md (*vsx_reduc_<VEC_r [...] new f840847c0d6 PR middle-end/88968 * gimplify.c (gimplify_omp_atomic): H [...] new 849c3260d33 PR target/88965 * config/rs6000/rs6000.c: Include tree-vr [...] new e823a10e1f0 d/dmd: Merge dmd upstream e21c07e84
The 4 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 | 15 +++++++++ gcc/c-family/ChangeLog | 6 ++++ gcc/c-family/c-omp.c | 7 +++-- gcc/config/rs6000/rs6000.c | 30 ++++++++++++++++++ gcc/config/rs6000/vsx.md | 2 +- gcc/d/dmd/MERGE | 2 +- gcc/d/dmd/mtype.c | 2 +- gcc/gimplify.c | 33 ++++++++++++++++++-- gcc/testsuite/ChangeLog | 8 +++++ gcc/testsuite/c-c++-common/gomp/atomic-23.c | 47 +++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/powerpc/pr88965.c | 19 ++++++++++++ 11 files changed, 163 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/atomic-23.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr88965.c