Re: [PATCH] ppc: testsuite: skip pr60203 on no ldbl128

2022-04-12 Thread Alexandre Oliva via Gcc-patches
On Apr 12, 2022, Segher Boessenkool wrote: > 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?

Re: [PATCH] ppc: testsuite: skip pr60203 on no ldbl128

2022-04-12 Thread Segher Boessenkool
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

[PATCH] ppc: testsuite: skip pr60203 on no ldbl128

2022-04-11 Thread Alexandre Oliva via Gcc-patches
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? for gcc/testsuite/ChangeLog * gcc.target/powerpc/pr60203.c: Skip on no 128-bit long double. ---