Require sse for testcase on i686.
PR target/84711 * gcc.dg/vect/pr84711.c: Add -msse for i686 targets. From-SVN: r262472
This commit is contained in:
parent
4d023b5bd4
commit
8660e7908f
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2018-07-06 Tamar Christina <tamar.christina@arm.com>
|
||||
|
||||
PR target/84711
|
||||
* gcc.dg/vect/pr84711.c: Add -msse for i686 targets.
|
||||
|
||||
2018-07-06 Tamar Christina <tamar.christina@arm.com>
|
||||
|
||||
* gcc.target/aarch64/struct_cpy.c: Remove ;.
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target vect_int } */
|
||||
/* { dg-require-effective-target sse { target i386*-*-* } } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-additional-options "-msse" { target i386*-*-* } } */
|
||||
|
||||
typedef int v4si
|
||||
__attribute__ ((vector_size (16)));
|
||||
|
|
Loading…
Add table
Reference in a new issue