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:
parent
44aa1dbf67
commit
9bff008691
4 changed files with 9 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-options "-O2 -fno-if-conversion" } */
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-options "-O2 -fno-if-conversion" } */
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-options "-O2 -fno-if-conversion" } */
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue