https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99134
stli at linux dot ibm.com <stli at linux dot ibm.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #2 from stli at linux dot ibm.com <stli at linux dot ibm.com> --- I've just restested libdfp with gcc-head: $ git log --oneline 60b99ee3bc0 (HEAD -> master, origin/master, origin/HEAD) Daily bump. ... b6e446cb581 IBM Z: Fix long double <-> DFP conversions a974b8a592e IBM Z: Improve FPRX2 <-> TF conversions Now all the long double <-> _Decimal data-type conversions are using the pfpo instruction. Thanks.