------- Comment #4 from mmitchel at gcc dot gnu dot org 2007-01-11 04:05 ------- The problem here is that we are not skipping artificial arguments (other than the "this" pointer) when trying to match the specialization. The additional parameters for constructors for classes with virtual bases are therefore confusing the compiler.
-- mmitchel at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org | Status|NEW |ASSIGNED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26988