pr70023.c (dg-do): Compile only for target int128.
authorUros Bizjak <ubizjak@gmail.com>
Mon, 19 Feb 2018 20:43:06 +0000 (21:43 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 19 Feb 2018 20:43:06 +0000 (21:43 +0100)
* gcc.target/i386/pr70023.c (dg-do): Compile only for target int128.
(dg-options): Use -mavx instead of -w.

From-SVN: r257824

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr70023.c

index 04f9461..15638f7 100644 (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
index 57660e2..5f6d138 100644 (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;