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
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