[gcc r14-2174] testsuite: check_effective_target_lra: CRIS is LRA
Hans-Peter Nilsson
hp@gcc.gnu.org
Wed Jun 28 21:20:23 GMT 2023
https://gcc.gnu.org/g:ad0c298ec9ed049740590dc85af6afcc2f729b61
commit r14-2174-gad0c298ec9ed049740590dc85af6afcc2f729b61
Author: Hans-Peter Nilsson <hp@axis.com>
Date: Fri Jun 16 18:38:34 2023 +0200
testsuite: check_effective_target_lra: CRIS is LRA
Left-over from r14-383-gfaf8bea79b6256.
* lib/target-supports.exp (check_effective_target_lra): Remove
cris-*-* from expression for exceptions to LRA.
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 c04db2be7f9..4d04df2a709 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -12358,7 +12358,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
More information about the Gcc-cvs
mailing list