re PR testsuite/60173 (gcc.dg/binop-xor1.c scan-tree-dump-times)

PR testsuite/60173
	* lib/target-supports.exp
	(check_effective_target_logical_op_short_circuit): Add cris-*-*
	and crisv32-*-* to list.

From-SVN: r208044
This commit is contained in:
Hans-Peter Nilsson 2014-02-22 16:58:06 +00:00 committed by Hans-Peter Nilsson
parent 6aba694120
commit 0294729c10
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2014-02-22 Hans-Peter Nilsson <hp@axis.com>
PR testsuite/60173
* lib/target-supports.exp
(check_effective_target_logical_op_short_circuit): Add cris-*-*
and crisv32-*-* to list.
2014-02-21 Janus Weil <janus@gcc.gnu.org> 2014-02-21 Janus Weil <janus@gcc.gnu.org>
PR fortran/60302 PR fortran/60302

View File

@ -5696,6 +5696,7 @@ proc check_effective_target_logical_op_short_circuit {} {
if { [istarget mips*-*-*] if { [istarget mips*-*-*]
|| [istarget arc*-*-*] || [istarget arc*-*-*]
|| [istarget avr*-*-*] || [istarget avr*-*-*]
|| [istarget crisv32-*-*] || [istarget cris-*-*]
|| [check_effective_target_arm_cortex_m] } { || [check_effective_target_arm_cortex_m] } {
return 1 return 1
} }