Rainer Orth writes:
> As described in the PR, the go libgo test fails on Solaris since /bin is
> a symlink to /usr/bin. Since there is other OS-specific code in
> os_test.go, I'm using the follwing patch to fix this.
I committed this patch instead, to the upstream library and to gccgo.
Let me k
As described in the PR, the go libgo test fails on Solaris since /bin is
a symlink to /usr/bin. Since there is other OS-specific code in
os_test.go, I'm using the follwing patch to fix this.
With that patch, libgo test results on i386-pc-solaris2.11 are clean.
Rainer
2011-05-20 Rainer