--- 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(
--- 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