This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gfortran] commited, patch for PR 24685


> Seems output_float has many hardcoded limits, including char buffer[32],
> and many of those limits are insufficient for both IEEE quad long double
> and IBM extended long double.
> E.g. IEEE quad __LDBL_DIG__ is 33, so you need at least 33 decimal
> digits after decimal point.

OK. I'll give it a look (I think I can access a ppc64-linux somewhere)
some time. If you can file a PR for it, that will help us keep track
of it.

FX


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]