Hello!
> I have committed a large patch to update libgo to the library that was
> part of the Go 1.1.1 release. As usual, I'm not including the entire
> patch in this e-mail message, because it is too large. I'm only
> including the changes to the files that are partially gccgo-specific.
> Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu.
> Committed to mainline and 4.8 branch.
I have hit following build failure on non-USING_SPLIT_STACK target
(alpha-linux-gnu):
../../../gcc-svn/trunk/libgo/runtime/proc.c: In function ‘runtime_entersyscall’:
../../../gcc-svn/trunk/libgo/runtime/proc.c:1669:27: error: ‘v’
undeclared (first use in this function)
g->gcnext_sp = (byte *) &v;
^
../../../gcc-svn/trunk/libgo/runtime/proc.c:1669:27: note: each
undeclared identifier is reported only once for each function it
appears in
../../../gcc-svn/trunk/libgo/runtime/proc.c: In function
‘runtime_entersyscallblock’:
../../../gcc-svn/trunk/libgo/runtime/proc.c:1716:27: error: ‘v’
undeclared (first use in this function)
g->gcnext_sp = (byte *) &v;
^
make[4]: *** [proc.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
Uros.