This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7e351bf905b 2018-01-17 Steve Ellcey sellcey@cavium.com new 9d3c4130ff0 PR c++/86740, ICE with constexpr if and nested generic lambdas. new 7214f613da8 Improve the C error for mismatched array string literal ini [...]
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/c/ChangeLog | 7 ++++ gcc/c/c-typeck.c | 44 ++++++++++------------ gcc/cp/ChangeLog | 5 +++ gcc/cp/tree.c | 8 ++++ gcc/testsuite/g++.dg/cpp1z/constexpr-if25.C | 27 ++++++++++++++ gcc/testsuite/gcc.dg/init-string-2.c | 8 ++-- gcc/testsuite/gcc.dg/pr61096-1.c | 6 +-- gcc/testsuite/gcc.dg/utf-array-short-wchar.c | 44 ++++++++++++---------- gcc/testsuite/gcc.dg/utf-array.c | 56 +++++++++++++++------------- gcc/testsuite/gcc.dg/utf8-2.c | 6 +-- 10 files changed, 131 insertions(+), 80 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if25.C