Hi! On Mon, Apr 11, 2022 at 08:57:07PM -0300, Alexandre Oliva wrote: > If neither 128-bit long double format is available, skip pr60203.c. > > Tested with gcc-11 targeting ppc64-vx7r2, with neither long double > format enabled. Ok to install?
Can you use check_effective_target_longdouble128 instead? /* { dg-require-effective-target longdouble128 } */ Okay for trunk, preferably like that. Thanks! Segher