diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/dfp')
-rw-r--r-- | gcc/testsuite/gcc.dg/dfp/constants-c99.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/dfp/constants-c99.c b/gcc/testsuite/gcc.dg/dfp/constants-c99.c index 8dcfc7b2420..6a48bf501f0 100644 --- a/gcc/testsuite/gcc.dg/dfp/constants-c99.c +++ b/gcc/testsuite/gcc.dg/dfp/constants-c99.c @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-options "-std=c99" } */ +/* { dg-options "-std=c99 -Wno-overflow" } */ /* N1150 6: Constants. C99 6.4.4.2: Floating constants. */ |