d: Don't set default flag_complex_method.
authorIain Buclaw <ibuclaw@gdcproject.org>
Sat, 6 Mar 2021 17:18:44 +0000 (18:18 +0100)
committerIain Buclaw <ibuclaw@gdcproject.org>
Sat, 6 Mar 2021 17:32:28 +0000 (18:32 +0100)
commit5b41f1c5af8bdba7ec7b7265c4ed000674310122
treefc8f930ff379ca615f7ba7180c9d39da2e196f44
parent73a9216b8a47889234c94e3aaec193391ee6604d
d: Don't set default flag_complex_method.

D doesn't need C99-like requirements for complex multiply and divide,
the default set by common.opt is sufficient enough.

gcc/d/ChangeLog:

* d-lang.cc (d_init_options_struct): Don't set default
flag_complex_method.
gcc/d/d-lang.cc