This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 02fefffe6b7 2019-08-01 Edward Smith-Rowland 3dw4rd@verizon.net new 9c490f7a3ca PR c++/90805 - detect narrowing in case values. * decl.c [...]
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/decl.c | 23 +++++++++++++++-------- gcc/testsuite/ChangeLog | 7 +++++++ gcc/testsuite/c-c++-common/pr89888.c | 4 ++-- gcc/testsuite/g++.dg/cpp0x/Wnarrowing17.C | 19 +++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/enum28.C | 4 ++-- 6 files changed, 50 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/Wnarrowing17.C