Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2020 20:38:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 242067] libc: r354823 riscv64 has a fault in printf() where IEEE754-2008 fp128 data is output wrong
Message-ID:  <bug-242067-227-BzaxHpyrNj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242067-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-242067-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242067

Mitchell Horne <mhorne@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Open                        |In Progress

--- Comment #8 from Mitchell Horne <mhorne@freebsd.org> ---
Hi Dennis,

Thanks for the detailed report. I was finally able to find the source of the
issue: GCC used to generate 64-bit long doubles and the workaround for that=
 was
still enabled.

I've posted a patch addressing the issue here:
https://reviews.freebsd.org/D25420

The test program gives the expected output for me, but if you'd like to ver=
ify
the fix at well it would be helpful.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242067-227-BzaxHpyrNj>