Re: [ovs-dev] [PATCH] configure: Disable strict aliasing.

2014-10-01 Thread Ben Pfaff
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

Re: [ovs-dev] [PATCH] configure: Disable strict aliasing.

2014-09-30 Thread Jarno Rajahalme
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

[ovs-dev] [PATCH] configure: Disable strict aliasing.

2014-09-30 Thread Ben Pfaff
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