Commit 0294729c by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

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
parent 6aba6941
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>
PR fortran/60302
......
......@@ -5696,6 +5696,7 @@ proc check_effective_target_logical_op_short_circuit {} {
if { [istarget mips*-*-*]
|| [istarget arc*-*-*]
|| [istarget avr*-*-*]
|| [istarget crisv32-*-*] || [istarget cris-*-*]
|| [check_effective_target_arm_cortex_m] } {
return 1
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment