]> git.ipfire.org Git - thirdparty/gcc.git/commit
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)
committerMichael Meissner <meissner@linux.ibm.com>
Thu, 6 Jan 2022 04:58:52 +0000 (23:58 -0500)
commitedf755a4e268fe57609eef31dd2ceb2177424566
treeb9f7f438966ef02ea9504bbd0973006a5b497728
parentb0fdeaf3ce961114e200b84835216529e51d4cf2
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