[committed] testsuite: check_effective_target_lra: CRIS is LRA

Message ID 20230628212324.31DF620418@pchp3.se.axis.com
State Unresolved
Headers
Series [committed] testsuite: check_effective_target_lra: CRIS is LRA |

Checks

Context Check Description
snail/gcc-patch-check warning Git am fail log

Commit Message

Hans-Peter Nilsson June 28, 2023, 9:23 p.m. UTC
  Left-over from r14-383-gfaf8bea79b6256.

	* lib/target-supports.exp (check_effective_target_lra): Remove
	cris-*-* from expression for exceptions to LRA.
---
 gcc/testsuite/lib/target-supports.exp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index 184fafb020f8..bad97d8c26b9 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -12278,7 +12278,7 @@  proc check_effective_target_o_flag_in_section { } {
 # return 1 if LRA is supported.
 
 proc check_effective_target_lra { } {
-    if { [istarget hppa*-*-*] || [istarget cris-*-*] || [istarget avr-*-*] } {
+    if { [istarget hppa*-*-*] || [istarget avr-*-*] } {
 	return 0
     }
     return 1