Re: [PATCH test]Revise gcc.dg/vect/pr57558-1.c by using int instead of long

2016-09-19 Thread Jeff Law
On 09/19/2016 08:54 AM, Bin Cheng wrote: Hi, Case gcc.dg/vect/pr57558-1.c uses unsigned long at the moment which can't be vectorized on Sparc64. This patch revises it by using unsigned int. I think it's an obvious change. Test result checked, is it OK? Thanks, bin gcc/testsuite/ChangeLog 20

[PATCH test]Revise gcc.dg/vect/pr57558-1.c by using int instead of long

2016-09-19 Thread Bin Cheng
Hi, Case gcc.dg/vect/pr57558-1.c uses unsigned long at the moment which can't be vectorized on Sparc64. This patch revises it by using unsigned int. I think it's an obvious change. Test result checked, is it OK? Thanks, bin gcc/testsuite/ChangeLog 2016-09-15 Bin Cheng * gcc.dg/vec