This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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  <bin.cheng@arm.com>

	* gcc.dg/vect/pr57558-1.c: Use unsigned int instead of unsigned long.

Attachment: revise-pr57558-1.txt
Description: revise-pr57558-1.txt


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]