[C++ PATCH] Fix decomp handling of unnamed bitfields (PR c++/84031)

Paolo Carlini paolo.carlini@oracle.com
Thu Jan 25 17:12:00 GMT 2018


Hi all,

On 25/01/2018 16:26, Jakub Jelinek wrote:
> +	|| (DECL_C_BIT_FIELD (field) && !DECL_NAME (field)))
By the way, I see we are accumulating uses of DECL_C_BIT_FIELD && 
!DECL_NAME, shall we add a new macro? For Stage 1? In case, how shall we 
name it?

Paolo.



More information about the Gcc-patches mailing list