Re: [PATCH, rs6000] Fix alignment of non-Altivec vector struct fields

2014-07-09 Thread Ulrich Weigand
David Edelsohn wrote: > On Wed, Jul 9, 2014 at 12:06 PM, Ulrich Weigand wrote: > > Hello, > > > > running the ABI compatibility test suite against another compiler showed > > strange effects caused by code in ADJUST_FIELD_ALIGN on rs6000: > > > > #define ADJUST_FIELD_ALIGN(FIELD, COMPUTED) \ > >

Re: [PATCH, rs6000] Fix alignment of non-Altivec vector struct fields

2014-07-09 Thread David Edelsohn
On Wed, Jul 9, 2014 at 12:06 PM, Ulrich Weigand wrote: > Hello, > > running the ABI compatibility test suite against another compiler showed > strange effects caused by code in ADJUST_FIELD_ALIGN on rs6000: > > #define ADJUST_FIELD_ALIGN(FIELD, COMPUTED) \ > ((TARGET_ALTIVEC && TREE_CODE (TREE_T