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]

Re: AIX Status


>>>>> Benjamin Kosnik writes:

Ben> Can you provide more info on the symbols that are not found? It might
Ben> just be a matter of moving dtors out-of-line.

	For example:

g++.old-deja/g++.jason/template41.C:
ld: 0711-317 ERROR: Undefined symbol: VTT for Most<int>
ld: 0711-317 ERROR: Undefined symbol: vtable for Most<int>

g++.old-deja/g++.ext/instantiate3.C:
ld: 0711-317 ERROR: Undefined symbol: typeinfo for A<int>
ld: 0711-317 ERROR: Undefined symbol: vtable for A<char>

g++.old-deja/g++.pt/vbase1.C:
ld: 0711-317 ERROR: Undefined symbol: VTT for D<B>
ld: 0711-317 ERROR: Undefined symbol: vtable for D<B>

g++.old-deja/g++.brendan/overload2.C:
ld: 0711-317 ERROR: Undefined symbol: typeinfo for derived
ld: 0711-317 ERROR: Undefined symbol: typeinfo for base

I do not know if these are representative examples.  I found these by
browsing the g++.log output and looking for corresponding testcases which
were rather compact.

	Unfortunately, this part of the compiler is way outside my
league. 

Thanks, David

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