This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch in repository gcc.
from 5f458d2 Replace -skip-rax-setup with -mskip-rax-setup new 5d3935f PR c++/70522 - fix N4381 customization points new 3044c96 PR c++/68206 - Fix constexpr diagnostics with loops.
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/cp/ChangeLog | 11 +++++++++++ gcc/cp/constexpr.c | 11 +++++++++++ gcc/cp/name-lookup.c | 3 ++- gcc/testsuite/g++.dg/cpp1y/constexpr-loop5.C | 19 +++++++++++++++++++ gcc/testsuite/g++.dg/lookup/friend18.C | 15 +++++++++++++++ 5 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-loop5.C create mode 100644 gcc/testsuite/g++.dg/lookup/friend18.C