public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/ibm/heads/perf)] testsuite: Add -msse2 to fix ia32 tests.
@ 2020-03-19  5:42 Jiu Fu Guo
  0 siblings, 0 replies; only message in thread
From: Jiu Fu Guo @ 2020-03-19  5:42 UTC (permalink / raw)
  To: gcc-cvs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="us-ascii", Size: 1942 bytes --]

https://gcc.gnu.org/g:58f2e59ad36ca05444cb0a57ad1f13cc58e52755

commit 58f2e59ad36ca05444cb0a57ad1f13cc58e52755
Author: Uros Bizjak <ubizjak@gmail.com>
Date:   Wed Feb 19 20:39:02 2020 +0100

    testsuite: Add -msse2 to fix ia32 tests.
    
            * gcc.dg/gimplefe-41.c: Add -msse2 additional options for x86 targets.
            * gcc.dg/ipa/ipa-sra-19.c: Ditto.

Diff:
---
 gcc/testsuite/ChangeLog               | 5 +++++
 gcc/testsuite/gcc.dg/gimplefe-41.c    | 1 +
 gcc/testsuite/gcc.dg/ipa/ipa-sra-19.c | 1 +
 3 files changed, 7 insertions(+)

diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 2d88138cbb6..ec3c34a2a30 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2020-02-19  Uroš Bizjak  <ubizjak@gmail.com>
+
+	* gcc.dg/gimplefe-41.c: Add -msse2 additional options for x86 targets.
+	* gcc.dg/ipa/ipa-sra-19.c: Ditto.
+
 2020-02-19  Richard Sandiford  <richard.sandiford@arm.com>
 
 	PR tree-optimization/93767
diff --git a/gcc/testsuite/gcc.dg/gimplefe-41.c b/gcc/testsuite/gcc.dg/gimplefe-41.c
index c3e2f0ecef8..e52a3a559a9 100644
--- a/gcc/testsuite/gcc.dg/gimplefe-41.c
+++ b/gcc/testsuite/gcc.dg/gimplefe-41.c
@@ -1,5 +1,6 @@
 /* { dg-do compile { target { vect_double && vect_long_long } } } */
 /* { dg-options "-fgimple -Wno-psabi -w" } */
+/* { dg-additional-options "-msse2" { target x86_64-*-* i?86-*-* } } */
 
 typedef double __v2df __attribute__ ((__vector_size__ (16)));
 typedef unsigned long long __v2di __attribute__ ((__vector_size__ (16)));
diff --git a/gcc/testsuite/gcc.dg/ipa/ipa-sra-19.c b/gcc/testsuite/gcc.dg/ipa/ipa-sra-19.c
index 6186d891a29..681a303523a 100644
--- a/gcc/testsuite/gcc.dg/ipa/ipa-sra-19.c
+++ b/gcc/testsuite/gcc.dg/ipa/ipa-sra-19.c
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O2"  } */
+/* { dg-additional-options "-msse2" { target ia32 } } */
 
 typedef int __attribute__((__vector_size__(16))) vectype;


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

only message in thread, other threads:[~2020-03-19  5:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-19  5:42 [gcc(refs/vendors/ibm/heads/perf)] testsuite: Add -msse2 to fix ia32 tests Jiu Fu Guo

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