[RFC PATCH 0/3] Fixing expansion of misaligned MEM_REFs on strict-alignment targets

2012-02-27 Thread Martin Jambor
Hi, this is another iteration of my attempts to fix expansion of misaligned memory accesses on strict-alignment platforms (which was suggested by Richi in http://gcc.gnu.org/ml/gcc-patches/2011-08/msg00931.html and my first attempt was posted as http://gcc.gnu.org/ml/gcc-patches/2012-01/msg00319.h

Re: [RFC PATCH 0/3] Fixing expansion of misaligned MEM_REFs on strict-alignment targets

2012-03-20 Thread Georg-Johann Lay
Martin Jambor wrote: > Hi, > > this is another iteration of my attempts to fix expansion of > misaligned memory accesses on strict-alignment platforms (which was > suggested by Richi in > http://gcc.gnu.org/ml/gcc-patches/2011-08/msg00931.html and my first > attempt was posted as > http://gcc.gnu.

Re: [RFC PATCH 0/3] Fixing expansion of misaligned MEM_REFs on strict-alignment targets

2012-03-21 Thread Martin Jambor
Hi, On Tue, Mar 20, 2012 at 08:16:04PM +0100, Georg-Johann Lay wrote: > Martin Jambor wrote: > > Hi, > > > > this is another iteration of my attempts to fix expansion of > > misaligned memory accesses on strict-alignment platforms (which was > > suggested by Richi in > > http://gcc.gnu.org/ml/gcc

Re: [RFC PATCH 0/3] Fixing expansion of misaligned MEM_REFs on strict-alignment targets

2012-03-21 Thread Georg-Johann Lay
Martin Jambor wrote: > Hi, > > On Tue, Mar 20, 2012 at 08:16:04PM +0100, Georg-Johann Lay wrote: >> Martin Jambor wrote: >>> Hi, >>> >>> this is another iteration of my attempts to fix expansion of >>> misaligned memory accesses on strict-alignment platforms (which was >>> suggested by Richi in >>