[Bug c++/67650] undef reference with -fdevirtualize

vincent.lextrait at gmail dot com gcc-bugzilla@gcc.gnu.org
Sun Jan 10 14:32:00 GMT 2016


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

--- Comment #9 from Vincent <vincent.lextrait at gmail dot com> ---
To my knowledge that virtual function is duly defined:

template <typename OC, typename RC>
struct AN: public RE<EL<OC>>
{
  void rp(){}
};


More information about the Gcc-bugs mailing list