re PR target/84460 (gcc.target/i386/pr57193.c fail)

2018-01-16  Sebastian Peryt  <sebastian.peryt@intel.com>

	PR target/84460
	* gcc.target/i386/pr57193.c: Add -mtune=generic.

From-SVN: r257810
This commit is contained in:
Sebastian Peryt 2018-02-19 17:28:39 +01:00 committed by Jeff Law
parent 14e335edc8
commit e0479b5827
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2018-01-16 Sebastian Peryt <sebastian.peryt@intel.com>
PR target/84460
* gcc.target/i386/pr57193.c: Add -mtune=generic.
2018-02-19 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/84348

View file

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O2 -msse2 -mno-sse3" } */
/* { dg-options "-O2 -msse2 -mno-sse3 -mtune=generic" } */
/* { dg-final { scan-assembler-times "movdqa" 2 } } */
#include <emmintrin.h>