On Fri, Jun 10, 2016 at 11:55 PM, Joseph Myers <jos...@codesourcery.com> wrote: > On Fri, 10 Jun 2016, Uros Bizjak wrote: > >> Joseph, does it look OK to you? Richi, I hope I got tree stuff >> implemented correctly. > > It's plausible, but really needs testcases (which could examine the > bit-patterns of __float128 objects initialized using these built-in > functions, to make sure those are as expected).
Yes, I plan to add these testcases as a follow-up (including __builtin_infq) for all __float128 targets. Uros.