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 5c82f97ad5b Use safe_dyn_cast instead of dyn_cast in find_loop_guard to [...] new 710df943389 c++: Fix ICE with using and virtual function. [PR95719] new 820dc57c57e c++/98032 - add testcase
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 | 6 +++++- gcc/cp/class.c | 4 ++++ gcc/testsuite/g++.dg/pr98032.C | 20 ++++++++++++++++++++ gcc/testsuite/g++.dg/tree-ssa/final4.C | 10 ++++++++++ 4 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/pr98032.C create mode 100644 gcc/testsuite/g++.dg/tree-ssa/final4.C