* gcc.target/i386/pr70023.c (dg-do): Compile only for target int128.
(dg-options): Use -mavx instead of -w.
From-SVN: r257824
+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
-/* { 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;