------- Comment #2 from pinskia at gcc dot gnu dot org  2007-12-12 23:24 -------
>template <class T> const string Interface<FileXfer::iFileXfer>::cConfItem   =
"Handler.FileXferH";

The above code is incorrect and it should be:
template <> const string Interface<FileXfer::iFileXfer>::cConfItem   =
"Handler.FileXferH";

And that removes the ICE.  This is also fixed on the trunk for 4.3.0.

*** This bug has been marked as a duplicate of 24791 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |DUPLICATE


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

Reply via email to