Re: PATCH, PR 63965, rs6000, add support for scalar floating point in Altivec registers

2014-11-20 Thread Michael Meissner
This patch fixes the failures in the following tests if --with-cpu is not used to set the cpu to cpus with vsx enabled (power7/power8): gcc.target/powerpc/altivec-splat.c gcc.target/powerpc/pr27158.c I have built these patches on power7 systems (default cpu = power7, and power6),

Re: PATCH, PR 63965, rs6000, add support for scalar floating point in Altivec registers

2014-11-20 Thread David Edelsohn
On Thu, Nov 20, 2014 at 4:48 PM, Michael Meissner meiss...@linux.vnet.ibm.com wrote: This patch fixes the failures in the following tests if --with-cpu is not used to set the cpu to cpus with vsx enabled (power7/power8): gcc.target/powerpc/altivec-splat.c