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]
Other format: [Raw text]

Re: mt_allocator.h warning on Tree-SSA AIX


Paolo Carlini wrote:

David Edelsohn wrote:

    I am seeing an mt_allocator.h warning on AIX when building
Tree-SSA, that I do not see on mainline.  I think it is due to better
optimization on Tree-SSA and represents a real issue:

Now I see what' going on. Diego got slightly confused when doing the last merge
because of your


http://gcc.gnu.org/ml/gcc-cvs/2004-03/msg01168.html

Please revert it from tree-ssa (i.e., remove that offending line

const size_t thread_id = _S_get_thread_id();)

and everything will be ok ;)

Paolo.


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