This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

New GLOB symbol with gcc3.3 but previous versions??? (Compiling Icarus)


Hey all,

   I've narrower this down to a global symbol
being generated in GCC3.3 but not with previous
versions 2.96, 3.2.3.

   The symbol in question is: _ZN7svectorISsEC1Ej

$ c++filt _ZN7svectorISsEC1Ej           
svector<std::basic_string<char,
std::char_traits<char>, std::allocator<char> >
>::svector[in-charge](unsigned)

[25]    |       200|     100|FUNC |GLOB |0    |2     
|_ZN7svectorISsEC1Ej


   I've attached a preprocessed file so you can
try it too...

   Any ideas?

Thanks,
Mike


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

Attachment: PTask.E.gz
Description: PTask.E.gz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]