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 411203c..a577e6f 100644 (file)
@@ -1,5 +1,11 @@
 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.
 
 2018-01-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
index 9c43577..223184a 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2" } */
+/* { dg-options "-O2 -fno-if-conversion" } */
 
 #include <stdbool.h>
 
index 2c489e3..e73deb7 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2" } */
+/* { dg-options "-O2 -fno-if-conversion" } */
 
 #include <stdbool.h>
 
index 5761e3e..3aa153e 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2" } */
+/* { dg-options "-O2 -fno-if-conversion" } */
 
 #include <stdbool.h>