overflow8.c: Pass -fno-if-conversion.

* gcc.target/visium/overflow8.c: Pass -fno-if-conversion.
	* gcc.target/visium/overflow16.c: Likewise.
	* gcc.target/visium/overflow32.c: Likewise.

From-SVN: r256793
This commit is contained in:
Eric Botcazou 2018-01-17 13:45:55 +00:00 committed by Eric Botcazou
parent 44aa1dbf67
commit 9bff008691
4 changed files with 9 additions and 3 deletions

View 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.

View file

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -fno-if-conversion" } */
#include <stdbool.h>

View file

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -fno-if-conversion" } */
#include <stdbool.h>

View file

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -fno-if-conversion" } */
#include <stdbool.h>