pr70023.c (dg-do): Compile only for target int128.

* gcc.target/i386/pr70023.c (dg-do): Compile only for target int128.
	(dg-options): Use -mavx instead of -w.

From-SVN: r257824
This commit is contained in:
Uros Bizjak 2018-02-19 21:43:06 +01:00 committed by Uros Bizjak
parent 5f92d10993
commit 97e2c91491
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2017-02-19 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/pr70023.c (dg-do): Compile only for target int128.
(dg-options): Use -mavx instead of -w.
2018-02-19 Jakub Jelinek <jakub@redhat.com>
PR c++/84444

View File

@ -1,5 +1,5 @@
/* { dg-do compile { target { ! ia32 } } } */
/* { dg-options "-O -fno-sched-critical-path-heuristic -fschedule-insns -m8bit-idiv -w" } */
/* { dg-do compile { target int128 } } */
/* { dg-options "-O -fno-sched-critical-path-heuristic -fschedule-insns -mavx -m8bit-idiv" } */
typedef int v8si __attribute__ ((vector_size (32)));
typedef __int128 i128;