Allow other languages to change long double format.
authorMichael Meissner <meissner@linux.ibm.com>
Thu, 6 Jan 2022 04:58:52 +0000 (23:58 -0500)
committerJakub Jelinek <jakub@redhat.com>
Tue, 11 Jan 2022 22:49:51 +0000 (23:49 +0100)
commit7d8011fa00fca283003c84e23a8ca66286f83dfa
tree9067bf2a828687347bec2006440753d020e55cd0
parente73549f41831a7ff5d8e5f26e6068b09f5dcab3b
Allow other languages to change long double format.

With Fortran adding support for changing the long double format, this
patch removes the code that only allowed C/C++ to change the long double
format for GLIBC 2.32 and later without a warning.

gcc/
2022-01-05  Michael Meissner  <meissner@the-meissners.org>

* config/rs6000/rs6000.c (rs6000_option_override_internal): Remove
checks for only C/C++ front ends before allowing the long double
format to change without a warning.
gcc/config/rs6000/rs6000.c