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 libgcj/30109] InetAddress.getHostName() does not resolve host names


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30109

Andrew John Hughes <gnu_andrew at member dot fsf.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gnu_andrew at member dot fsf.org
         Resolution|WONTFIX                     |FIXED

--- Comment #3 from Andrew John Hughes <gnu_andrew at member dot fsf.org> ---
Seems to have been fixed:

$ java PR30109
127.0.0.1 hostname: expected=localhost, actual=localhost.localdomain
$ cacao PR30109
127.0.0.1 hostname: expected=localhost, actual=localhost.localdomain
$ gij PR30109
127.0.0.1 hostname: expected=localhost, actual=localhost.localdomain

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