Re: Recent go changes broke alpha bootstrap

2014-11-04 Thread Uros Bizjak
On Tue, Nov 4, 2014 at 1:00 AM, Ian Taylor wrote: > On Mon, Nov 3, 2014 at 9:02 AM, Dominik Vogt wrote: >> On Thu, Oct 30, 2014 at 08:05:14AM -0700, Ian Taylor wrote: >>> On Thu, Oct 30, 2014 at 5:46 AM, Dominik Vogt >>> wrote: >>> > I'm not quite sure about the best approach. The attempt to >

Re: Recent go changes broke alpha bootstrap

2014-11-03 Thread Ian Taylor
On Mon, Nov 3, 2014 at 9:02 AM, Dominik Vogt wrote: > On Thu, Oct 30, 2014 at 08:05:14AM -0700, Ian Taylor wrote: >> On Thu, Oct 30, 2014 at 5:46 AM, Dominik Vogt >> wrote: >> > I'm not quite sure about the best approach. The attempt to >> > represent C unions in the "right" way is ultimately f

Re: Recent go changes broke alpha bootstrap

2014-11-03 Thread Dominik Vogt
On Thu, Oct 30, 2014 at 08:05:14AM -0700, Ian Taylor wrote: > On Thu, Oct 30, 2014 at 5:46 AM, Dominik Vogt wrote: > > I'm not quite sure about the best approach. The attempt to > > represent C unions in the "right" way is ultimately futile as Go > > does not have the types necessary for it. For

Re: Recent go changes broke alpha bootstrap

2014-10-30 Thread Ian Taylor
On Thu, Oct 30, 2014 at 5:46 AM, Dominik Vogt wrote: > On Thu, Oct 30, 2014 at 11:11:09AM +0100, Uros Bizjak wrote: >> On Thu, Oct 30, 2014 at 8:40 AM, Uros Bizjak wrote: >> > Recent go changes broke alpha bootstrap: >> >> > $files/space/homedirs/uros/gcc-svn/trunk/libgo/go/os/stat_atim.go:22:29:

Re: Recent go changes broke alpha bootstrap

2014-10-30 Thread Dominik Vogt
On Thu, Oct 30, 2014 at 11:11:09AM +0100, Uros Bizjak wrote: > On Thu, Oct 30, 2014 at 8:40 AM, Uros Bizjak wrote: > > Recent go changes broke alpha bootstrap: > > > $files/space/homedirs/uros/gcc-svn/trunk/libgo/go/os/stat_atim.go:22:29: > > error: reference to undefined field or method ‘Mtim’ >

Re: Recent go changes broke alpha bootstrap

2014-10-30 Thread Uros Bizjak
On Thu, Oct 30, 2014 at 8:40 AM, Uros Bizjak wrote: > Recent go changes broke alpha bootstrap: > $files/space/homedirs/uros/gcc-svn/trunk/libgo/go/os/stat_atim.go:22:29: > error: reference to undefined field or method ‘Mtim’ >modTime: timespecToTime(st.Mtim), > ^