Re: [Patch testsuite] Further reduce the alignment In gcc.dg/vect/pr65310.c

2015-03-10 Thread Richard Biener
On Tue, 10 Mar 2015, James Greenhalgh wrote: > > Hi, > > The purpose of this test is to ensure the compiler does the right > thing when a pointer with larger assumed alignment is assigned to > a pointer with smaller assumed alignment. It checks for this with a > vector testcase expected to gener

[Patch testsuite] Further reduce the alignment In gcc.dg/vect/pr65310.c

2015-03-10 Thread James Greenhalgh
Hi, The purpose of this test is to ensure the compiler does the right thing when a pointer with larger assumed alignment is assigned to a pointer with smaller assumed alignment. It checks for this with a vector testcase expected to generate fixups for alignment. For ARM targets we're perfectly h