This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/20133] [4.0 Regression] internal compiler error: in import_export_decl, at cp/decl2.c:1726
- From: "jean-marc dot valin at usherbrooke dot ca" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Feb 2005 07:17:43 -0000
- Subject: [Bug c++/20133] [4.0 Regression] internal compiler error: in import_export_decl, at cp/decl2.c:1726
- References: <20050222000909.20133.jean-marc.valin@usherbrooke.ca>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From jean-marc dot valin at usherbrooke dot ca 2005-02-22 07:17 -------
I changed the code, but I'm now getting unresolved symbols at link:
batchflow.o(.gnu.linkonce.t._ZN12batchflowApp10initializeEiPPc+0x5a): In
function `batchflowApp::initialize(int, char**)':
: undefined reference to `ObjectPool<NetCType<int> >::stack'
and so on for all the lines I changed.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20133