> On Jul 24, 2019, at 5:49 PM, David Howells <dhowe...@redhat.com> wrote: > > Qian Cai <c...@lca.pw> wrote: > >> I have GCC 8.2.1 which works fine. > > But you need to check the minimum version, i.e. 4.6: > > #if GCC_VERSION < 40600 > I did check gcc version 4.1.2 20080704 and it works fine.
- Re: [PATCH] asm-generic: fix -Wtype-limits compiler warnings David Howells
- Re: [PATCH] asm-generic: fix -Wtype-limits compiler war... Qian Cai