Re: [PATCH] Allow other languages to change long double format on PowerPC

2022-01-12 Thread Michael Meissner via Gcc-patches
On Wed, Jan 12, 2022 at 06:50:04PM +0100, Jakub Jelinek wrote: > On Wed, Jan 12, 2022 at 12:46:16PM -0500, Michael Meissner via Gcc-patches > wrote: > > Allow other languages to change long double format on PowerPC. > > > > With Fortran adding support for changing the long double format, this > >

Re: [PATCH] Allow other languages to change long double format on PowerPC

2022-01-12 Thread Jakub Jelinek via Gcc-patches
On Wed, Jan 12, 2022 at 12:46:16PM -0500, Michael Meissner via Gcc-patches wrote: > Allow other languages to change long double format on PowerPC. > > 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 >