https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242067

--- Comment #7 from Dennis Clarke <dcla...@blastwave.org> ---
Yep, we have a problem in FreeBSD 13.0-CURRENT r355009 perhaps
in _ldtoa.c still and I think maybe the real issue is with 

    head/lib/libc/gdtoa/machdep_ldisQ.c

where we see 


/*
 * Machine-dependent glue to integrate David Gay's gdtoa
 * package into libc for architectures where a long double
 * uses quad precision, such as sparc64.
 */


Well bingo ... other than the endianess we have the same data
in memory and confusion in the printf output. 

So still digging.


-- 
Dennis Clarke
RISC-V/SPARC/PPC/ARM/CISC
UNIX and Linux spoken
GreyBeard and suspenders optional

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to