Re: Hurd port for gcc-7 go PATCH 1-3(15)

2017-11-15 Thread Svante Signell
On Wed, 2017-11-15 at 21:40 +0100, Matthias Klose wrote: > On 06.11.2017 16:36, Svante Signell wrote: > > Hi, > > > > Attached are patches to enable gccgo to build properly on Debian > > GNU/Hurd on gcc-7 (7-7.2.0-12). > > sysinfo.go:6744:7: error: redefinition of 'SYS_IOCTL' >  const SYS_IOCTL =

Re: Hurd port for gcc-7 go PATCH 1-3(15)

2017-11-15 Thread Matthias Klose
On 06.11.2017 16:36, Svante Signell wrote: > Hi, > > Attached are patches to enable gccgo to build properly on Debian > GNU/Hurd on gcc-7 (7-7.2.0-12). sysinfo.go:6744:7: error: redefinition of 'SYS_IOCTL' const SYS_IOCTL = _SYS_ioctl ^ sysinfo.go:6403:7: note: previous definition of 'SYS

SIGILL problems with Hurd port of GO in gcc-8, and rpctrace bugs.

2017-11-15 Thread Svante Signell
Hi, It seems like the Hurd port of GO will be available in next upload of gcc-8. I've put some go code/debug info/printouts from a failing test at: http://darnasus.sceen.net/~gnu_srs/gccgo-8/index0_tests/ The only difference between the OK and nOK cases is the number of arrays. There seems to be