public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH PR70803]Require "vect_int_mult" for the test.
@ 2016-04-28 15:30 Bin Cheng
  0 siblings, 0 replies; only message in thread
From: Bin Cheng @ 2016-04-28 15:30 UTC (permalink / raw)
  To: gcc-patches; +Cc: nd

[-- Attachment #1: Type: text/plain, Size: 276 bytes --]

Hi,
This patch fixes PR70803 by skipping targets that don't support vect_int_mult.  It's an obvious change.

Thanks,
bin

gcc/testsuite/ChangeLog
2016-04-29  Bin Cheng  <bin.cheng@arm.com>

	PR tree-optimization/70803
	* gcc.dg/vect/pr56625.c: Require vect_int_mult.

[-- Attachment #2: pr70803.txt --]
[-- Type: text/plain, Size: 377 bytes --]

diff --git a/gcc/testsuite/gcc.dg/vect/pr56625.c b/gcc/testsuite/gcc.dg/vect/pr56625.c
index b903be3..fe3fd7b 100644
--- a/gcc/testsuite/gcc.dg/vect/pr56625.c
+++ b/gcc/testsuite/gcc.dg/vect/pr56625.c
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-require-effective-target vect_int } */
+/* { dg-require-effective-target vect_int_mult } */
 
 void foo (int a[], int b[])
 {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-04-28 15:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-28 15:30 [PATCH PR70803]Require "vect_int_mult" for the test Bin Cheng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).