[PATCH] testsuite: enable effective-target sync_char_short on RISC-V

gcc/testuite/
	* lib/target-supports.exp
	(check_effective_target_sync_char_short): Enable for riscv*-*-*.
This commit is contained in:
Andreas Schwab 2025-01-07 12:31:39 -07:00 committed by Jeff Law
parent 013e66ea95
commit e8a3f6bfb8

View file

@ -10051,6 +10051,7 @@ proc check_effective_target_sync_char_short { } {
|| ([istarget sparc*-*-*] && [check_effective_target_sparc_v9])
|| ([istarget arc*-*-*] && [check_effective_target_arc_atomic])
|| [istarget loongarch*-*-*]
|| [istarget riscv*-*-*]
|| [check_effective_target_mips_llsc] }}]
}