This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from b5eabef5daa [testsuite] Emit 'warning' instead of 'error' diagnostics f [...] new 19323ea3e93 c++: Fix FE devirt with diamond inheritance [PR95158] new 196716c10bc dwarf2: ICE with local class in unused function [PR97918]
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/call.c | 20 +++++++++----------- gcc/cp/class.c | 14 ++++++++++++++ gcc/cp/cp-tree.h | 3 ++- gcc/dwarf2out.c | 6 +++--- gcc/testsuite/g++.dg/debug/localclass2.C | 24 ++++++++++++++++++++++++ gcc/testsuite/g++.dg/template/virtual5.C | 31 +++++++++++++++++++++++++++++++ 6 files changed, 83 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/g++.dg/debug/localclass2.C create mode 100644 gcc/testsuite/g++.dg/template/virtual5.C