This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.4 Release Status (2004-01-05)
>>>>> Albert Chin writes:
>> Most C++ tests fail because of COMDAT issues and G++ expecting
>> weak support.
Albert> Is the weak support a failure of the AIX linker or just that support
Albert> isn't in GCC for it yet?
Support for weak symbols was included by default in AIX 5.2. The
functionality is available as a special feature request for earlier AIX 5L
versions. The GCC bootstrap and testsuite results do not use a version of
AIX 5L with weak support.
David