This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-9-branch in repository gcc.
from 6cc7a8e8ba9 Backported from mainline 2019-06-21 Jakub Jelinek <jaku [...] new fd57a266e2a Backported from mainline 2019-06-25 Jakub Jelinek <jaku [...] new 3d85f5b58aa Backported from mainline 2019-06-26 Jakub Jelinek <jaku [...] new fb74aa50eb6 Backported from mainline 2019-06-27 Jakub Jelinek <jaku [...]
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/ChangeLog | 14 +++++++ gcc/c-family/ChangeLog | 9 +++++ gcc/c-family/c-omp.c | 2 +- gcc/config/i386/sse.md | 26 +++++++++--- gcc/gimplify.c | 2 + gcc/testsuite/ChangeLog | 15 +++++++ gcc/testsuite/c-c++-common/gomp/pr90954.c | 27 +++++++++++++ .../g++.dg/warn/Wimplicit-fallthrough-4.C | 22 ++++++++++ gcc/testsuite/gcc.target/i386/avx512dq-pr90991-1.c | 47 ++++++++++++++++++++++ 9 files changed, 157 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr90954.c create mode 100644 gcc/testsuite/g++.dg/warn/Wimplicit-fallthrough-4.C create mode 100644 gcc/testsuite/gcc.target/i386/avx512dq-pr90991-1.c