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 go/52583] Several new go testsuite failues on Solaris


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

--- Comment #18 from ian at gcc dot gnu.org <ian at gcc dot gnu.org> 2012-04-25 04:26:37 UTC ---
Author: ian
Date: Wed Apr 25 04:26:31 2012
New Revision: 186802

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186802
Log:
    PR go/52583

net: Solaris fixes.

In particular fix fd_select.go to handle the case where a file
descriptor is closed by one goroutine while another goroutine
is waiting for it.

Added:
    branches/gcc-4_7-branch/libgo/go/net/sock_solaris.go
    branches/gcc-4_7-branch/libgo/go/net/sockoptip_solaris.go
Modified:
    branches/gcc-4_7-branch/libgo/Makefile.am
    branches/gcc-4_7-branch/libgo/Makefile.in
    branches/gcc-4_7-branch/libgo/go/net/dial_test.go
    branches/gcc-4_7-branch/libgo/go/net/fd_select.go
    branches/gcc-4_7-branch/libgo/go/net/multicast_test.go


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