This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
RE: Ada broken on mingw32 on trunk.
- From: Danny Smith <dannysmith at clear dot net dot nz>
- To: 'Arnaud Charlet' <charlet at adacore dot com>
- Cc: 'GCC-patches' <gcc-patches at gcc dot gnu dot org>, quinot at adacore dot com, duff at adacore dot com
- Date: Mon, 11 Jun 2007 20:11:19 +1200
- Subject: RE: Ada broken on mingw32 on trunk.
Arnaud Charlet
>
> > recent spate of patches has broken build of libada on
> mingw32 target:
>
> Sorry about that.
>
> Should now be fixed with the following commit:
>
> 2007-06-11 Bob Duff <duff@adacore.com>
> Thomas Quinot <quinot@adacore.com>
>
> * g-stsifd-sockets.adb (Create): Work around strange
> behavior of
> 'bind' on windows that causes 'connect' to fail
> intermittently, by
> retrying the 'bind'.
> (GNAT.Sockets.Thin.Signalling_Fds): New procedure Close.
Thanks for your quick reponse. It is indeed fixed now.
Danny