diff options
Diffstat (limited to 'gcc/fortran/options.cc')
| -rw-r--r-- | gcc/fortran/options.cc | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/gcc/fortran/options.cc b/gcc/fortran/options.cc index 21839ef..59c6462 100644 --- a/gcc/fortran/options.cc +++ b/gcc/fortran/options.cc @@ -133,6 +133,7 @@ gfc_init_options_struct (struct gcc_options *opts)    opts->frontend_set_flag_errno_math = true;    opts->x_flag_associative_math = -1;    opts->frontend_set_flag_associative_math = true; +  opts->x_flag_complex_method = 1;  }  /* Get ready for options handling. Keep in sync with | 
