This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs on AIX: native or gnu ld?
- To: David Edelsohn <dje at watson dot ibm dot com>
- Subject: Re: egcs on AIX: native or gnu ld?
- From: Andrey Slepuhin <pooh at msu dot ru>
- Date: Mon, 20 Oct 1997 17:50:08 +0400
- CC: egcs at cygnus dot com
- Organization: Moscow State University, Network Management Department
- References: <9710192145.AA33534@rios1.watson.ibm.com>
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.