On Wed, 16 Jun 2021 at 00:03, David Malcolm wrote:
>
> On Wed, 2021-06-09 at 11:00 -0400, David Malcolm wrote:
> > On Wed, 2021-06-09 at 16:17 +0200, Christophe Lyon wrote:
> > > On Tue, 8 Jun 2021 at 21:34, David Malcolm via Gcc-patches
> > > wrote:
> > > >
> > > > This patch verifies the previo
On Wed, 2021-06-09 at 11:00 -0400, David Malcolm wrote:
> On Wed, 2021-06-09 at 16:17 +0200, Christophe Lyon wrote:
> > On Tue, 8 Jun 2021 at 21:34, David Malcolm via Gcc-patches
> > wrote:
> > >
> > > This patch verifies the previous fix for bitfield sizes by
> > > implementing
> > > enough supp
On Wed, 2021-06-09 at 16:17 +0200, Christophe Lyon wrote:
> On Tue, 8 Jun 2021 at 21:34, David Malcolm via Gcc-patches
> wrote:
> >
> > This patch verifies the previous fix for bitfield sizes by
> > implementing
> > enough support for bitfields in the analyzer to get the test cases
> > to pass.
>
On Tue, 8 Jun 2021 at 21:34, David Malcolm via Gcc-patches
wrote:
>
> This patch verifies the previous fix for bitfield sizes by implementing
> enough support for bitfields in the analyzer to get the test cases to pass.
>
> The patch implements support in the analyzer for reading from a
> BIT_FIEL
This patch verifies the previous fix for bitfield sizes by implementing
enough support for bitfields in the analyzer to get the test cases to pass.
The patch implements support in the analyzer for reading from a
BIT_FIELD_REF, and support for folding BIT_AND_EXPR of a mask, to handle
the cases gen