https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65856
--- Comment #13 from Alexander Volkov ---
There was no response, so I created a new bugreport:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78010
ty: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: a.volkov at rusbitech dot ru
Target Milestone: ---
Hi,
gcc reports a warning on a 'final' method which is not specified as 'virtual':
struct A {
vir
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65856
--- Comment #12 from Alexander Volkov ---
Sorry, it should be
struct B : A {
virtual void f() final;
};
in the first example.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65856
Alexander Volkov changed:
What|Removed |Added
CC||a.volkov at rusbitech dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68391
Alexander Volkov changed:
What|Removed |Added
CC||a.volkov at rusbitech dot ru