This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 43c3467f12d 2019-10-11 Kewen Lin linkw@gcc.gnu.org new 9b2b5ad0e8c PR c++/91987 cp/ * decl2.c (grok_array_decl): For -fstron [...]
The 1 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/cp/ChangeLog | 18 ++++++++++++++++ gcc/cp/cp-gimplify.c | 25 ++++++++++++++++------- gcc/cp/decl2.c | 10 +++++++-- gcc/cp/semantics.c | 9 ++++++++ gcc/cp/typeck.c | 34 ++++++++++++++++++++++++------- gcc/testsuite/ChangeLog | 8 ++++++++ gcc/testsuite/c-c++-common/gomp/pr91987.c | 26 +++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1z/eval-order6.C | 20 ++++++++++++++++++ gcc/testsuite/g++.dg/cpp1z/eval-order7.C | 23 +++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1z/eval-order8.C | 20 ++++++++++++++++++ 10 files changed, 177 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr91987.c create mode 100644 gcc/testsuite/g++.dg/cpp1z/eval-order6.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/eval-order7.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/eval-order8.C