Re: [PATCH], PR 48262, fix failing vector support on powerpc

2011-04-01 Thread David Edelsohn
On Thu, Mar 31, 2011 at 2:37 PM, Michael Meissner wrote: > 2011-03-31  Andrew Pinski   >            Michael Meissner   > >        PR target/48262 >        * config/rs6000/vector.md (movmisalign): Allow for memory >        operands, as per the specifications. > >        * config/rs6000/altivec.md

[PATCH], PR 48262, fix failing vector support on powerpc

2011-03-31 Thread Michael Meissner
This patch fixes the various bugs that showed up with subversion id 171341 on the powerpc relating to vector support. I did a bootstrap and make check. The following tests now pass on a power7 linux/gnu system with these patches, and there were no regressions. Is it ok to install the patch? gcc