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] |
The attached patch adds a vect_int effective-target requirement to vect-116.c. The testcase will now be properly flagged as UNSUPPORTED if the target does not support vectorization, rather than being compiled (potentially with unsupported instructions) and FAILing with a SIGILL or similar. Tested on sparc-wrs-vxworks. OK to commit? -Nathan 2007-07-09 Nathan Froyd <froydnj@codesourcery.com> * gcc.dg/vect/vect-116.c: Add vect_int target requirement.
Attachment:
vect-116.patch
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |