overflow8.c: Pass -fno-if-conversion.
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 17 Jan 2018 13:45:55 +0000 (13:45 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 17 Jan 2018 13:45:55 +0000 (13:45 +0000)
* gcc.target/visium/overflow8.c: Pass -fno-if-conversion.
* gcc.target/visium/overflow16.c: Likewise.
* gcc.target/visium/overflow32.c: Likewise.

From-SVN: r256793

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/visium/overflow16.c
gcc/testsuite/gcc.target/visium/overflow32.c
gcc/testsuite/gcc.target/visium/overflow8.c

index 411203c257304eb0289ed632389d93fab530e856..a577e6f88d50fa2dca439c34653c7ad347ff7dd2 100644 (file)
@@ -1,3 +1,9 @@
+2018-01-17  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.target/visium/overflow8.c: Pass -fno-if-conversion.
+       * gcc.target/visium/overflow16.c: Likewise.
+       * gcc.target/visium/overflow32.c: Likewise.
+
 2018-01-17  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc.dg/ipa/inlinehint-4.c: Also pass --param inline-unit-growth=20.
index 9c435775ce088f939434a0c3cf3917eed79aa7af..223184a2d36dcda1ad16b115d3f52bc800ea753c 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2" } */
+/* { dg-options "-O2 -fno-if-conversion" } */
 
 #include <stdbool.h>
 
index 2c489e3a16ee02b659edf5008f3dc19a3cce1807..e73deb707567e8d32efc7bf323778e2bfaf2e628 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2" } */
+/* { dg-options "-O2 -fno-if-conversion" } */
 
 #include <stdbool.h>
 
index 5761e3ed9e851cee59ffb1c5ed3f035fae3a314a..3aa153e92ab508ed9781c155d2deb4005c5aba60 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2" } */
+/* { dg-options "-O2 -fno-if-conversion" } */
 
 #include <stdbool.h>