[Bug c++/26310] Cannot find base class template method

2006-02-15 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-02-15 23:42 --- This is not a bug and this is how C++ works. propagate in dfgBackProp hides the base classes's propagate. You want to do: class dfgBackProp : public propJoin { public: using propJoin::propagate; void propagate(

[Bug c++/26310] Cannot find base class template method

2006-02-15 Thread smirolo at hotmail dot com
--- Comment #1 from smirolo at hotmail dot com 2006-02-15 23:24 --- Created an attachment (id=10858) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10858&action=view) save-temps generated file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26310