[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK8P3a0v6ZomLk79HXht4_uDvGX-vKfg3QmV795bDxFF5y_6Xg@mail.gmail.com>
Date: Mon, 8 May 2017 09:56:40 +0200
From: Arnd Bergmann <arnd@...db.de>
To: Geert Uytterhoeven <geert@...ux-m68k.org>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Gilad Ben-Yossef <gilad@...yossef.com>,
devel@...verdev.osuosl.org,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 2/2] staging: ccree: Fix initialization of anonymous unions
On Sun, May 7, 2017 at 9:53 PM, Geert Uytterhoeven <geert@...ux-m68k.org> wrote:
> With gcc 4.1.2:
>
> drivers/staging/ccree/ssi_hash.c:1990: error: unknown field ‘template_ahash’ specified in initializer
> drivers/staging/ccree/ssi_hash.c:1991: error: unknown field ‘init’ specified in initializer
> drivers/staging/ccree/ssi_hash.c:1991: warning: missing braces around initializer
> drivers/staging/ccree/ssi_hash.c:1991: warning: (near initialization for ‘driver_hash[0].<anonymous>.template_ahash’)
> drivers/staging/ccree/ssi_hash.c:1992: error: unknown field ‘update’ specified in initializer
> drivers/staging/ccree/ssi_hash.c:1992: warning: excess elements in union initializer
> ...
>
> Add missing braces to fix this.
> After this it compiles without warnings with gcc 4.1.2 and 4.9.0.
Acked-by: Arnd Bergmann <arnd@...db.de>
For reference, we need this up to gcc-4.5, the anonymous initializers were added
on gcc-4.6.
Arnd
Powered by blists - more mailing lists