regression in list directed write

Steve Kargl sgk@troutmask.apl.washington.edu
Mon Jan 10 15:39:00 GMT 2005


On Mon, Jan 10, 2005 at 04:12:23PM +0100, Paul Thomas wrote:
> 
> $ ./a
> At line 5 of file /cygdrive/d/gfortran/test_list.f90
> Internal Error: printf is broken
> 

This works for me on i386-*-freebsd.  That error message
originates in only 1 place in io/write.c in output_float.
To call output_float, you need to get pass an if()
statement that uses isfinite() and isnan().  Are these
functions working correctly on your target.

-- 
Steve



More information about the Fortran mailing list