[Bug c++/61945] tree check fail with -Woverloaded-virtual

tbsaunde at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Sep 23 11:38:00 GMT 2014


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61945

--- Comment #1 from tbsaunde at gcc dot gnu.org ---
minimized test case
 class A
{
           virtual void NotifyDialMMISuccess();
};
class : A
{
      template <0> void NotifyDialMMISuccess();
};

ICEs with g++ -Woverloaded-virtual -std=gnu++11



More information about the Gcc-bugs mailing list