> On Fri, 26 Jan 2018, Jan Hubicka wrote:
>
> > > On Thu, 25 Jan 2018, Jan Hubicka wrote:
> > >
> > > > Hi,
> > > > the testcase triggers invalid warning on type mismatch because array
> > > > of pointers to complete type has different alias set from array of
> > > > pointers
> > > > to incomple
On Fri, 26 Jan 2018, Jan Hubicka wrote:
> > On Thu, 25 Jan 2018, Jan Hubicka wrote:
> >
> > > Hi,
> > > the testcase triggers invalid warning on type mismatch because array
> > > of pointers to complete type has different alias set from array of
> > > pointers
> > > to incomplete type. This is
> On Thu, 25 Jan 2018, Jan Hubicka wrote:
>
> > Hi,
> > the testcase triggers invalid warning on type mismatch because array
> > of pointers to complete type has different alias set from array of pointers
> > to incomplete type. This is valid, because incoplete pointer has alias set
> > of void_p
On Thu, 25 Jan 2018, Jan Hubicka wrote:
> Hi,
> the testcase triggers invalid warning on type mismatch because array
> of pointers to complete type has different alias set from array of pointers
> to incomplete type. This is valid, because incoplete pointer has alias set
> of void_ptr which alias
Hi,
the testcase triggers invalid warning on type mismatch because array
of pointers to complete type has different alias set from array of pointers
to incomplete type. This is valid, because incoplete pointer has alias set
of void_ptr which alias all pointers and arrays alias with their members.