[committed] Replace quadmath_flt128tostr (gdtoa based) with quadmath_snprintf (glibc based) and printf hooks (PR fortran/47642)

Steve Kargl sgk@troutmask.apl.washington.edu
Mon Feb 14 19:54:00 GMT 2011


On Mon, Feb 14, 2011 at 06:08:12PM +0100, Jakub Jelinek wrote:
> On Mon, Feb 14, 2011 at 08:57:46AM -0800, Steve Kargl wrote:
> > On Mon, Feb 14, 2011 at 07:58:53AM -0800, Steve Kargl wrote:
> > There seems to be all sorts of problems with this commit.
> 
> Missing alloca.h has been fixed in the mean time (see the commit
> to fix mingw).
> 

After updating trunk to include the above mentioned patch,
x86_64-*-freebsd built without a problem.  All of the 
Fortran codes in the PR audit trail ran and gave the
expected output.  The c code gave various, interesting
output as might be expected because FreeBSD's libc lacks
the printf hooks.  Jakub, thanks for fixing this issue.
 
-- 
Steve



More information about the Fortran mailing list