public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6071] testsuite: Add CRIS to check_effective_target_lra non-LRA list
@ 2023-02-16  0:22 Hans-Peter Nilsson
  0 siblings, 0 replies; only message in thread
From: Hans-Peter Nilsson @ 2023-02-16  0:22 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:88e02a1de7b4702c032f5a16ffd360c61a4439aa

commit r13-6071-g88e02a1de7b4702c032f5a16ffd360c61a4439aa
Author: Hans-Peter Nilsson <hp@axis.com>
Date:   Thu Feb 16 01:22:15 2023 +0100

    testsuite: Add CRIS to check_effective_target_lra non-LRA list
    
    gcc/testsuite:
    
            * lib/target-supports.exp (check_effective_target_lra): Add CRIS
            as a non-LRA target.

Diff:
---
 gcc/testsuite/lib/target-supports.exp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index 227e3004077..59be4fc9dc9 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -12192,7 +12192,7 @@ proc check_effective_target_o_flag_in_section { } {
 # return 1 if LRA is supported.
 
 proc check_effective_target_lra { } {
-    if { [istarget hppa*-*-*] } {
+    if { [istarget hppa*-*-*] || [istarget cris-*-*] } {
 	return 0
     }
     return 1

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

only message in thread, other threads:[~2023-02-16  0:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-16  0:22 [gcc r13-6071] testsuite: Add CRIS to check_effective_target_lra non-LRA list Hans-Peter Nilsson

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