This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-8-branch in repository gcc.
from 43f638e8bc2 PR c++/86480 - nested variadic lambda and constexpr if. new 75d20a02b4f Backport from trunk.
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/ChangeLog | 12 +++ gcc/c-family/ChangeLog | 6 ++ gcc/c-family/c-warn.c | 8 ++ gcc/calls.c | 84 +++++++++++++-- gcc/doc/invoke.texi | 3 + gcc/testsuite/ChangeLog | 6 ++ gcc/testsuite/c-c++-common/attr-nonstring-8.c | 147 ++++++++++++++++++++++++++ gcc/tree-ssa-strlen.c | 33 ++++-- gcc/tree-ssa-strlen.h | 1 + 9 files changed, 283 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/attr-nonstring-8.c