diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/pr20922-6.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/pr20922-6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/pr20922-6.c b/gcc/testsuite/gcc.dg/pr20922-6.c index 0c099bd3821..65a8f1d5681 100644 --- a/gcc/testsuite/gcc.dg/pr20922-6.c +++ b/gcc/testsuite/gcc.dg/pr20922-6.c @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-options "-ffast-math -fno-wrapv -fdump-tree-gimple" } */ +/* { dg-options "-ffast-math -fno-wrapv -fstrict-overflow -fdump-tree-gimple" } */ int f(int i) { return i >= (i - 2); |