This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/34447] internal compiler error: in import_export_decl, at cp/decl2.c:1715
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Dec 2007 23:24:55 -0000
- Subject: [Bug c++/34447] internal compiler error: in import_export_decl, at cp/decl2.c:1715
- References: <bug-34447-15498@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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