This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b92171b55eb * cp-tree.h: Fix typo. new df6bc621a19 PR c++/65043 * call.c (standard_conversion): Set check_na [...]
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 | 5 +++++ gcc/cp/call.c | 2 ++ gcc/cp/typeck2.c | 2 +- gcc/testsuite/ChangeLog | 8 ++++++++ gcc/testsuite/g++.dg/concepts/pr67595.C | 2 +- gcc/testsuite/g++.dg/cpp0x/Wnarrowing11.C | 30 +++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/Wnarrowing12.C | 32 +++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/rv-cast5.C | 2 +- 8 files changed, 80 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/Wnarrowing11.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/Wnarrowing12.C