public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-132] testsuite: make ppc_cpu_supports_hw as effective target keyword [PR108728]
@ 2023-04-21  8:44 HaoChen Gui
  0 siblings, 0 replies; only message in thread
From: HaoChen Gui @ 2023-04-21  8:44 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:4dca6024fb8254117bc1b0ea005a92ee6a7b84be

commit r14-132-g4dca6024fb8254117bc1b0ea005a92ee6a7b84be
Author: Haochen Gui <guihaoc@gcc.gnu.org>
Date:   Fri Apr 21 16:35:07 2023 +0800

    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:
---
 gcc/testsuite/lib/target-supports.exp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index 868e2c4f092..95cbb1afa16 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 }
 	}
     }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-04-21  8:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-21  8:44 [gcc r14-132] testsuite: make ppc_cpu_supports_hw as effective target keyword [PR108728] HaoChen Gui

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).