------- Additional Comments From pcarlini at suse dot de  2005-06-28 14:27 
-------
A clarification about __GXX_WEAK__: Andrew reports that, on AIX we have:
#define __GXX_WEAK__
If that is really the case (I cannot check, sorry), then the library is not
checking correctly the macro, because uses:
# if __GXX_WEAK__
which should be changed to:
# ifdef __GXX_WEAK__
Alternately, on AIX we should have:
#define __GXX_WEAK__ 1

I'm saying everywhere "on AIX" because for sure many other "weak" targets
are ok as they are. 

Agreed?

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22205

Reply via email to