]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ix86: pass correct options to compiler for gfni-4 testcase
authorjbeulich <jbeulich@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Jun 2019 10:19:37 +0000 (10:19 +0000)
committerjbeulich <jbeulich@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Jun 2019 10:19:37 +0000 (10:19 +0000)
SSE2 is the required prereq of the builtins; as x86-64 has SSE2 enabled
anyway, the test failure was noticable on 32-bit builds only.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@272743 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/gfni-4.c

index 388fd2b55737f33deec6460254c39c5879f844ba..732194f37cace359b836b07063fa0b56202ed353 100644 (file)
@@ -1,3 +1,7 @@
+2019-06-27  Jan Beulich  <jbeulich@suse.com>
+
+       * gcc.target/i386/gfni-4.c: Pass -msse2.
+
 2019-06-27  Richard Biener  <rguenther@suse.de>
 
        * gcc.dg/tree-ssa/ssa-fre-69.c: New testcase.
index e0750054b82239c125fd3289070f425a10d41a52..39b33841f7a4ca732864500f856da5cffa3e3153 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-mgfni -O2 -msse" } */
+/* { dg-options "-mgfni -O2 -msse2" } */
 /* { dg-final { scan-assembler-times "gf2p8affineinvqb\[ \\t\]+\[^\{\n\]*\\\$3\[^\n\r]*%xmm\[0-9\]+\[^\n\r]*%xmm\[0-9\]+(?:\n|\[ \\t\]+#)" 1 } } */
 /* { dg-final { scan-assembler-times "gf2p8affineqb\[ \\t\]+\[^\{\n\]*\\\$3\[^\n\r]*%xmm\[0-9\]+\[^\n\r]*%xmm\[0-9\]+(?:\n|\[ \\t\]+#)" 1 } } */
 /* { dg-final { scan-assembler-times "gf2p8mulb\[ \\t\]+\[^\{\n\]*%xmm\[0-9\]+\[^\n\r]*%xmm\[0-9\]+(?:\n|\[ \\t\]+#)" 1 } } */