https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85456
--- Comment #2 from Michael Meissner <meissner at gcc dot gnu.org> --- Author: meissner Date: Fri Apr 20 22:36:48 2018 New Revision: 259534 URL: https://gcc.gnu.org/viewcvs?rev=259534&root=gcc&view=rev Log: [libgcc] 2018-04-20 Michael Meissner <meiss...@linux.ibm.com> PR target/85456 * config/rs6000/_powikf2.c: New file. Add support for the __builtin_powil function when long double is IEEE 128-bit floating point. * config/rs6000/float128-ifunc.c (__powikf2_resolve): Add __powikf2 support. (__powikf2): Likewise. * config/rs6000/quad-float128.h (__powikf2_sw): Likewise. (__powikf2_hw): Likewise. (__powikf2): Likewise. * config/rs6000/t-float128 (fp128_ppc_funcs): Likewise. * config/rs6000/t-float128-hw (fp128_hw_func): Likewise. (_powikf2-hw.c): Likewise. [gcc] 2018-04-20 Michael Meissner <meiss...@linux.ibm.com> PR target/85456 * config/rs6000/rs6000.c (init_float128_ieee): Add support to call __powikf2 when long double is IEEE 128-bit. [gcc/testsuite] 2018-04-20 Michael Meissner <meiss...@linux.ibm.com> PR target/85456 * gcc.target/powerpc/pr85456.c: New test. Added: branches/ibm/gcc-7-branch/gcc/testsuite/gcc.target/powerpc/pr85456.c branches/ibm/gcc-7-branch/libgcc/config/rs6000/_powikf2.c Modified: branches/ibm/gcc-7-branch/gcc/ChangeLog.ibm branches/ibm/gcc-7-branch/gcc/config/rs6000/rs6000.c branches/ibm/gcc-7-branch/gcc/testsuite/ChangeLog.ibm branches/ibm/gcc-7-branch/libgcc/ChangeLog.ibm branches/ibm/gcc-7-branch/libgcc/config/rs6000/float128-ifunc.c branches/ibm/gcc-7-branch/libgcc/config/rs6000/quad-float128.h branches/ibm/gcc-7-branch/libgcc/config/rs6000/t-float128 branches/ibm/gcc-7-branch/libgcc/config/rs6000/t-float128-hw