Re: [PATCH] rs6000: clean up testsuite power10_hw check

2020-07-14 Thread Segher Boessenkool
Hi! On Mon, Jul 13, 2020 at 04:27:42PM -0500, Aaron Sawdey via Gcc-patches wrote: > Because the check for power10_hw is not called > check_effective_target_power10_hw, it needs to be looked > for by is-effective-target-keyword. Ah, so *that* is the reason we have this... So probably we should ju

[PATCH] rs6000: clean up testsuite power10_hw check

2020-07-13 Thread Aaron Sawdey via Gcc-patches
Because the check for power10_hw is not called check_effective_target_power10_hw, it needs to be looked for by is-effective-target-keyword. Also reorder things in is-effective-target to put power10_hw with the other ppc stuff. These little fixes for power10 dejagnu support were pre-approved for tr