Re: kernel compile broken in latest HEAD

2013-07-10 Thread Alexander Leidinger
On Tue, 09 Jul 2013 22:39:40 +0200 Andreas Tobler andreast-l...@fgznet.ch wrote: On 09.07.13 22:33, Alexander Leidinger wrote: Here's what I wrote as a reference: ---snip--- Does someone know what this is supposed to result in? I would assume as the unions are unnamed and no variable

Re: kernel compile broken in latest HEAD

2013-07-10 Thread Alexander Leidinger
On Tue, 9 Jul 2013 17:32:33 +0200 Gary Jennejohn gljennj...@googlemail.com wrote: I simply named them all x to get the kernel to compile, which succeeded. I committed such a fix, can you please verify that it's ok for you? Bye, Alexander. -- http://www.Leidinger.netAlexander @

Re: kernel compile broken in latest HEAD

2013-07-10 Thread Gary Jennejohn
On Wed, 10 Jul 2013 12:43:00 +0200 Alexander Leidinger alexan...@leidinger.net wrote: On Tue, 9 Jul 2013 17:32:33 +0200 Gary Jennejohn gljennj...@googlemail.com wrote: I simply named them all x to get the kernel to compile, which succeeded. I committed such a fix, can you please verify

kernel compile broken in latest HEAD

2013-07-09 Thread Gary Jennejohn
I just saw this breakage while compiling a kernel on HEAD updated minutes ago: -- stage 3.2: building everything -- cc1: warnings being treated as errors In file included from

Re: kernel compile broken in latest HEAD

2013-07-09 Thread Gary Jennejohn
On Tue, 9 Jul 2013 23:50:57 +0800 Alie Tan a...@afflemedialab.com wrote: On Tue, Jul 9, 2013 at 11:32 PM, Gary Jennejohn gljennj...@googlemail.comwrote: I just saw this breakage while compiling a kernel on HEAD updated minutes ago:

Re: kernel compile broken in latest HEAD

2013-07-09 Thread Alie Tan
On Tue, Jul 9, 2013 at 11:32 PM, Gary Jennejohn gljennj...@googlemail.comwrote: I just saw this breakage while compiling a kernel on HEAD updated minutes ago: -- stage 3.2: building everything

Re: kernel compile broken in latest HEAD

2013-07-09 Thread Alexander Leidinger
On Tue, 9 Jul 2013 17:32:33 +0200 Gary Jennejohn gljennj...@googlemail.com wrote: I just saw this breakage while compiling a kernel on HEAD updated minutes ago: Is your cc a gcc or clang? My one is clang and I didn't get build errors when I tested the commit. I was told there are those errors

Re: kernel compile broken in latest HEAD

2013-07-09 Thread Andreas Tobler
On 09.07.13 22:33, Alexander Leidinger wrote: On Tue, 9 Jul 2013 17:32:33 +0200 Gary Jennejohn gljennj...@googlemail.com wrote: I just saw this breakage while compiling a kernel on HEAD updated minutes ago: So did I. Is your cc a gcc or clang? My one is clang and I didn't get build

Re: kernel compile broken in latest HEAD

2013-07-09 Thread Gary Jennejohn
On Tue, 9 Jul 2013 22:33:56 +0200 Alexander Leidinger alexan...@leidinger.net wrote: On Tue, 9 Jul 2013 17:32:33 +0200 Gary Jennejohn gljennj...@googlemail.com wrote: I just saw this breakage while compiling a kernel on HEAD updated minutes ago: Is your cc a gcc or clang? My one is