From: Uros Bizjak Date: Mon, 20 May 2019 22:01:32 +0000 (+0200) Subject: re PR testsuite/90503 (gcc.target/i386/pr22076.c FAILs) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7f2749b4477201e5b0e402907346923fae049a2b;p=gcc.git re PR testsuite/90503 (gcc.target/i386/pr22076.c FAILs) PR testsuite/90503 * gcc.target/i386/pr22076.c (dg-options): Add -mno-sse2. From-SVN: r271442 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c100f6ae53e..dd3ffd4407e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2019-05-20 Uroš Bizjak + + PR testsuite/90503 + * gcc.target/i386/pr22076.c (dg-options): Add -mno-sse2. + 2019-05-20 Marek Polacek CWG 2094 - volatile scalars are trivially copyable. diff --git a/gcc/testsuite/gcc.target/i386/pr22076.c b/gcc/testsuite/gcc.target/i386/pr22076.c index 6c1620b4a3b..8dbdf5fd403 100644 --- a/gcc/testsuite/gcc.target/i386/pr22076.c +++ b/gcc/testsuite/gcc.target/i386/pr22076.c @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-options "-O2 -fomit-frame-pointer -flax-vector-conversions -mmmx" } */ +/* { dg-options "-O2 -fomit-frame-pointer -flax-vector-conversions -mmmx -mno-sse2" } */ /* { dg-additional-options "-mno-vect8-ret-in-mem" { target *-*-vxworks* } } */ #include