[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug c++/34447] internal compiler error: in import_export_decl, at cp/decl2.c:1715




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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



Reply to: