This is the mail archive of the gcc-bugs@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]

Re: Confusing bug in 1.1 on Solaris


> Yikes!  It looks like an undefined reference was created to
> "__ne__Ct12cdr_iterator2Zt18__rb_t".  But that's not the name of
> anything -- it's a cut off version of the much longer name on the
> following line!  Somehow, my template instantiation (or something
> related) got convoluted enough that the compiler lost a big chunk of
> the symbol it was supposed to be referencing.

> Has anyone seen this before?  Is it fixed in the most recent snapshot?

Please check the assembler output (g++ -S) to see whether it has the
truncated name. If it doesn't, please report it as an assembler bug.

Regards,
Martin


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