[C++ PATCH] vfunc overrider simplification
authorNathan Sidwell <nathan@gcc.gnu.org>
Sat, 24 Aug 2019 22:44:06 +0000 (22:44 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Sat, 24 Aug 2019 22:44:06 +0000 (22:44 +0000)
commit6dfc1e1f33a0b9cdbff194e02b94b8a1a69d1425
treea00e2140d0f6090f3530745ca1f8900ad0ec8b11
parente68a35ae4a65d2b3f42b22e6920a7a29f5727b3f
[C++ PATCH] vfunc overrider simplification

https://gcc.gnu.org/ml/gcc-patches/2019-08/msg01674.html
cp/
* class.c (check_for_overrides): Conversion operators need
checking too.

testsuite/
* g++.dg/inherit/virtual14.C: New.

From-SVN: r274903
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/inherit/virtual14.C [new file with mode: 0644]