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

Re: GCC 4.2 emitting static template constants as global symbols?


Benjamin Redelings <benjamin_redelings@ncsu.edu> writes:

> substitution.o:(.data+0x0): multiple definition of
> `_ZN5boost7numeric5ublas21scalar_divides_assignIT_T0_E8computedE'

I can't make sense of that as a mangled name.  It has template
parameter references but no template definition.  That suggests that
it is purely abstract.  But we shouldn't have a symbol for an abstract
object.

So this looks like a bug to me.

Ian


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