Re: [BUG] arm64: Build error with gcc 6

2018-02-25 Thread Masami Hiramatsu
On Sun, 25 Feb 2018 07:14:44 +0200 Baruch Siach wrote: > Hi Masami Hiramatsu, > > On Sun, Feb 25, 2018 at 11:50:37AM +0900, Masami Hiramatsu wrote: > > commit e1a50de37860 ("arm64: cputype: Silence Sparse warnings") > > introduces "UL" suffix to a hex number, but it causes a build error with >

Re: [BUG] arm64: Build error with gcc 6

2018-02-24 Thread Baruch Siach
Hi Masami Hiramatsu, On Sun, Feb 25, 2018 at 11:50:37AM +0900, Masami Hiramatsu wrote: > commit e1a50de37860 ("arm64: cputype: Silence Sparse warnings") > introduces "UL" suffix to a hex number, but it causes a build error with > gcc-6 series. > I've hit below error with 6.2.1 and 6.4.1. Of cours