[gfortran,ping] support for large kinds in front-end and library
Richard Henderson
rth@redhat.com
Wed Aug 3 22:56:00 GMT 2005
On Thu, Aug 04, 2005 at 12:12:44AM +0200, FX Coudert wrote:
> + case 10:
> + case 16:
> + fndecl = built_in_decls[BUILT_IN_POWL];
> + break;
You need to remember that some targets (e.g. ia64) have both real(10)
and real(16), and only one of them corresponds to "long double". There
are quite a number of instances in the front-end patch that make this
mistake.
r~
More information about the Fortran
mailing list