Re: [PATCH] IBM Z: Fix check_effective_target_s390_z14_hw

2021-01-05 Thread Andreas Krebbel via Gcc-patches
On 1/5/21 7:37 PM, Ilya Leoshkevich wrote: > Bootstrapped and regtested on z14. Ok for master? > > > > Commit 2f473f4b065d ("IBM Z: Do not run long double tests on old > machines") introduced a predicate for tests that must run only on z14+. > However, due to a syntax error, the predicate

[PATCH] IBM Z: Fix check_effective_target_s390_z14_hw

2021-01-05 Thread Ilya Leoshkevich via Gcc-patches
Bootstrapped and regtested on z14. Ok for master? Commit 2f473f4b065d ("IBM Z: Do not run long double tests on old machines") introduced a predicate for tests that must run only on z14+. However, due to a syntax error, the predicate always returns false. gcc/testsuite/ChangeLog: 2020-12-10