This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug target/19428] inet_ntoa returns 0.0.0.0 using -maix64


------- Additional Comments From dje at gcc dot gnu dot org  2005-01-15 00:11 -------
GCC 3.3 and earlier are known not to conform to the AIX ABI when passing
structures in registers.  GCC is internally self-consistent, but not consistent
with the AIX ABI.  AIX system libraries are compiled by IBM XLC and are not
interoperable for a few instances like this.  This has been fixed in GCC 3.4,
but the fix will not be backported to the GCC 3.3 branch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX


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


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