diff mbox series

patch for PR84359

Message ID c0f83403-5eff-a8b0-5971-ee1198cc4dfd@redhat.com
State New
Headers show
Series patch for PR84359 | expand

Commit Message

Vladimir Makarov Feb. 13, 2018, 2:59 p.m. UTC
The following patch fixes

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84359

   Committed as rev. 257628.
diff mbox series

Patch

Index: testsuite/ChangeLog
===================================================================
--- testsuite/ChangeLog	(revision 257627)
+++ testsuite/ChangeLog	(working copy)
@@ -1,3 +1,8 @@ 
+2018-02-13  Vladimir Makarov  <vmakarov@redhat.com>
+
+	PR target/84359
+	* gcc.target/i386/57193.c: Add -march=x86-64.
+
 2018-02-13  Paolo Bonzini  <bonzini@gnu.org>
 
 	PR sanitizer/84340
Index: testsuite/gcc.target/i386/pr57193.c
===================================================================
--- testsuite/gcc.target/i386/pr57193.c	(revision 257537)
+++ testsuite/gcc.target/i386/pr57193.c	(working copy)
@@ -1,5 +1,5 @@ 
 /* { dg-do compile { target { ! ia32 } } } */
-/* { dg-options "-O2" } */
+/* { dg-options "-O2 -march=x86-64" } */
 /* { dg-final { scan-assembler-times "movdqa" 2 } } */
 
 #include <emmintrin.h>