Thanks, I applied this to master.
On Tue, Sep 30, 2014 at 06:00:03PM -0700, Jarno Rajahalme wrote:
> I buy that,
>
> Acked-by: Jarno Rajahalme
>
> > On Sep 30, 2014, at 5:03 PM, Ben Pfaff wrote:
> >
> > The C standard allows compilers to do type-based alias analysis, which
> > means that the
I buy that,
Acked-by: Jarno Rajahalme
> On Sep 30, 2014, at 5:03 PM, Ben Pfaff wrote:
>
> The C standard allows compilers to do type-based alias analysis, which
> means that the compiler is allowed to assume that pointers to objects of
> different types are pointers to different objects. For
The C standard allows compilers to do type-based alias analysis, which
means that the compiler is allowed to assume that pointers to objects of
different types are pointers to different objects. For example, a compiler
may assume that "uint16_t *a" and "uint32_t *b" point to different and
nonoverl