------- Additional Comments From igodard at pacbell dot net  2005-03-05 08:18 
-------
Reduced test case:

struct foo { int bar; };
template<int i>
struct bar {};
template<int i>
struct baz : public foo, public bar<i> {
        baz() : foo(), bar<i>() {}
        };



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20330

Reply via email to