https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71242
Bug ID: 71242 Summary: [ia64] Missing built-in functions for float128 NaNs Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: jsm28 at gcc dot gnu.org Target Milestone: --- Target: ia64-*-* On ia64, there are TFmode built-in functions __builtin_infq, __builtin_huge_valq, __builtin_fabsq, __builtin_copysignq. For use in glibc tests when float128 functions are added to libm, there should also be functions __builtin_nanq, __builtin_nansq (or maybe better __builtin_nanf128, __builtin_nansf128, reflecting TS 18661-3 naming conventions), corresponding to __builtin_nan and __builtin_nans. (This is the ia64 version of bug 71241 for x86.)