Confusing bug in 1.1 on Solaris

Martin von Loewis martin@mira.isdn.cs.tu-berlin.de
Sat Nov 7 02:25:00 GMT 1998


> 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



More information about the Gcc-bugs mailing list