diff options
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index cbdb8ffa732..0c2fd7cff7d 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1549,7 +1549,8 @@ set_Wunused (setting) -ffast-math and -fno-fast-math imply. */ void -set_fast_math_flags (int set) +set_fast_math_flags (set) + int set; { flag_trapping_math = !set; flag_unsafe_math_optimizations = set; |