--- Comment #6 from laurent at guerby dot net 2006-09-20 21:51 ---
Fixed on 4.2
--
laurent at guerby dot net changed:
What|Removed |Added
Status|NEW
--- Comment #5 from guerby at gcc dot gnu dot org 2006-09-20 20:46 ---
Subject: Bug 28716
Author: guerby
Date: Wed Sep 20 20:46:28 2006
New Revision: 117092
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117092
Log:
2006-08-20 Laurent GUERBY <[EMAIL PROTECTED]>
PR ada
--- Comment #4 from laurent at guerby dot net 2006-09-19 19:38 ---
Patch posted.
--
laurent at guerby dot net changed:
What|Removed |Added
URL|
--- Comment #3 from msimonides at power dot com dot pl 2006-09-19 12:11
---
That's the solution we have applied.
I've recompiled gnat-gpl-3.4.6 with your patch and it works as expected.
Thanks.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28716
--- Comment #2 from laurent at guerby dot net 2006-09-18 18:30 ---
Arnaud, any socket expert comment on my patch above?
--
laurent at guerby dot net changed:
What|Removed |Added
--
--- Comment #1 from laurent at guerby dot net 2006-09-18 18:29 ---
Confirmed on gcc version 4.2.0 20060915 (experimental)
$ ./bind_socket_bug
Socket bound to: 0.0.0.0: 53558
Connecting to: 127.0.0.2: 53558
Accepted connection from: 127.0.0.2: 36739
With the following patch:
--- g-sock