*ping* Re: [PATCH] PR fortran/89100 Default widths for i, f and g format specifiers in format strings

Steve Kargl sgk@troutmask.apl.washington.edu
Thu May 23 13:58:00 GMT 2019


On Thu, May 23, 2019 at 12:38:12PM +0200, Christophe Lyon wrote:
> On Wed, 22 May 2019 at 13:57, Janne Blomqvist <blomqvist.janne@gmail.com> wrote:
> >
> > > >     * gfortran.dg/fmt_f_default_field_width_1.f90: New test.
> > > >     * gfortran.dg/fmt_f_default_field_width_2.f90: New test.
> > > >     * gfortran.dg/fmt_f_default_field_width_3.f90: New test.
> > > >     * gfortran.dg/fmt_g_default_field_width_1.f90: New test.
> > > >     * gfortran.dg/fmt_g_default_field_width_2.f90: New test.
> > > >     * gfortran.dg/fmt_g_default_field_width_3.f90: New test.
> > > >     * gfortran.dg/fmt_i_default_field_width_1.f90: New test.
> > > >     * gfortran.dg/fmt_i_default_field_width_2.f90: New test.
> 
> The logs contain:
> /gcc/testsuite/gfortran.dg/fmt_f_default_field_width_1.f90:15:11:
> Error: Kind 16 not supported for type REAL at (1)
> 

The offending files should be 'svn mv' *.f90 to *.F90.
The the REAL(16) tests can be conditionally included 
with 

#ifdef __GFC_REAL_16__
#endif

-- 
Steve



More information about the Gcc-patches mailing list