On Mon, Jun 27, 2022 at 03:30:49PM +0200, Jakub Jelinek via Gcc-patches wrote: > Ok, here is an updated patch that uses _Float128/_Complex _Float128 for all > of GFC_REAL_{16,17}_IS_FLOAT128, but still uses q/Q suffixes on literal > constants etc. when using libquadmath and f128/F128 otherwise. > This patch also includes the incremental powerpc64le fixes. > > Ok if it passes testing?
Bootstrapped/regtested successfully on x86_64-linux and i686-linux with glibc 2.35 (libquadmath not used), powerpc64le-linux with glibc 2.17 (libquadmath used for -mabi=ieeelongdouble support), powerpc64le-linux with 2.28 (libquadmath not used), powerpc64-linux with glibc 2.17 (libquadmath not used, real(kind=16) only long double IBM double double). Jakub