This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dfa1bf2cb1b * config/alpha/alpha.c (alpha_gimplify_va_arg): Handle sp [...] new 9fc2172cd24 PR c++/78244 - narrowing conversion in template not detect [...]
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 | 8 ++++++++ gcc/cp/call.c | 2 ++ gcc/cp/cp-tree.h | 6 ++++++ gcc/cp/pt.c | 2 ++ gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/g++.dg/cpp0x/Wnarrowing13.C | 8 ++++++++ gcc/testsuite/g++.dg/cpp0x/Wnarrowing14.C | 17 +++++++++++++++++ 7 files changed, 49 insertions(+) create mode 100644 gcc/testsuite/g++.dg/cpp0x/Wnarrowing13.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/Wnarrowing14.C