[Bug 224326] double subnormals are not well printed on printing with printf (and friends)

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 13 Oct 2021 20:05:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224326

--- Comment #9 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
(In reply to Mark Millard from comment #8)

For gcc11 I forgot : -Wl,-rpath=/usr/local/lib/gcc11
so that:

# ldd a.out
a.out:
        libgcc_s.so.1 => /usr/local/lib/gcc11/libgcc_s.so.1 (0x2008d000)
        libc.so.7 => /lib/libc.so.7 (0x200bc000)

(Not that it makes any difference in the bad -e308's that result.)

-- 
You are receiving this mail because:
You are the assignee for the bug.