This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


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

Re: V3 static data in classes vs AIX


On Jun  4, 2001, David Edelsohn <dje@watson.ibm.com> wrote:

> 	My concern about your changes is how this will work with other
> Free Software designed to be compiled by G++.  If the storage is allocated
> and merged on GNU/Linux, but not on AIX, then many Free Software
> applications making that assumption and compiled for AIX will not work.

It's not an AIX-only thing.  The same problem affects (or at least
used to affect) IRIX and Tru64.  Of course, people who only run
GNU/Linux won't ever know about the problem on other systems and the
need for explicit instantiation unless someone educates them about it.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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