re PR target/72867 (SSE/AVX/AVX512: incorrect optimization of VMINPS/VMAXPS at compile time)
PR target/72867 * gcc.target/i386/pr72867.c: Add -msse to dg-options. From-SVN: r239505
This commit is contained in:
parent
75cc66f263
commit
4a7f57d539
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2016-08-16 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR target/72867
|
||||
* gcc.target/i386/pr72867.c: Add -msse to dg-options.
|
||||
|
||||
2016-08-16 Bin Cheng <bin.cheng@arm.com>
|
||||
|
||||
PR tree-optimization/69848
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* PR target/72867 */
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-options "-O2 -msse" } */
|
||||
/* { dg-require-effective-target sse } */
|
||||
|
||||
#include "sse-check.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue