From: Haochen Gui Date: Fri, 21 Apr 2023 08:35:07 +0000 (+0800) Subject: testsuite: make ppc_cpu_supports_hw as effective target keyword [PR108728] X-Git-Tag: basepoints/gcc-15~10007 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dca6024fb8254117bc1b0ea005a92ee6a7b84be;p=thirdparty%2Fgcc.git testsuite: make ppc_cpu_supports_hw as effective target keyword [PR108728] gcc/testsuite/ PR target/108728 * lib/target-supports.exp (is-effective-target-keyword): Add ppc_cpu_supports_hw. --- diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index 868e2c4f092e..95cbb1afa161 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -9175,6 +9175,7 @@ proc is-effective-target-keyword { arg } { "named_sections" { return 1 } "gc_sections" { return 1 } "cxa_atexit" { return 1 } + "ppc_cpu_supports_hw" { return 1 } default { return 0 } } }