egcs on AIX: native or gnu ld?

Andrey Slepuhin pooh@msu.ru
Mon Oct 20 06:51:00 GMT 1997


In addition to my previous letter:
It seems that I find what's wrong with _GLOBAL_.I.f__Fv and -frepo.
I have the following in my test file:

#include ... //class ABCD efinition
static ABCD<int> x;
void f() {...}

Removing static or adding any other non-static global template object
solves the
problem (and in this case I have _GLOBAL_.I.<name of non-static global
template object>
instead of _GLOBAL_.I.f__Fv). I really do not understand the situation.

Andrey.



More information about the Gcc mailing list