public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][OBVIOUS] Fix a test-case by adding dg-require.
@ 2017-07-03 13:39 Martin Liška
  0 siblings, 0 replies; only message in thread
From: Martin Liška @ 2017-07-03 13:39 UTC (permalink / raw)
  To: gcc-patches

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

Hi.

I'm going to install following obvious test that adds missing gd-require.

Martin

gcc/testsuite/ChangeLog:

2017-07-03  Martin Liska  <mliska@suse.cz>

	* gcc.target/i386/mvc6.c: Add requirement for ifunc.
---
 gcc/testsuite/gcc.target/i386/mvc6.c | 1 +
 1 file changed, 1 insertion(+)



[-- Attachment #2: 0001-Fix-a-test-case-by-adding-dg-require.patch --]
[-- Type: text/x-patch, Size: 414 bytes --]

diff --git a/gcc/testsuite/gcc.target/i386/mvc6.c b/gcc/testsuite/gcc.target/i386/mvc6.c
index d584f573328..af631394980 100644
--- a/gcc/testsuite/gcc.target/i386/mvc6.c
+++ b/gcc/testsuite/gcc.target/i386/mvc6.c
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-require-ifunc "" } */
 /* { dg-options "-O3" } */
 /* { dg-final { scan-assembler "vpshufb" } } */
 /* { dg-final { scan-assembler "punpcklbw" } } */


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

only message in thread, other threads:[~2017-07-03 13:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-03 13:39 [PATCH][OBVIOUS] Fix a test-case by adding dg-require Martin Liška

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).