Commit bde56a1d by Pat Haugen Committed by Pat Haugen

* lib/target-supports.exp

	(check_effective_target_logical_op_short_circuit): Add powerpc*-*-*.

From-SVN: r212398
parent 1469344a
2014-07-09 Pat Haugen <pthaugen@us.ibm.com>
* lib/target-supports.exp
(check_effective_target_logical_op_short_circuit): Add powerpc*-*-*.
2014-07-09 Jan Hubicka <hubicka@ucw.cz> 2014-07-09 Jan Hubicka <hubicka@ucw.cz>
* gcc.dg/globalalias.c: Remove XFAIL. * gcc.dg/globalalias.c: Remove XFAIL.
......
...@@ -5935,6 +5935,7 @@ proc check_effective_target_logical_op_short_circuit {} { ...@@ -5935,6 +5935,7 @@ proc check_effective_target_logical_op_short_circuit {} {
|| [istarget crisv32-*-*] || [istarget cris-*-*] || [istarget crisv32-*-*] || [istarget cris-*-*]
|| [istarget mmix-*-*] || [istarget mmix-*-*]
|| [istarget s390*-*-*] || [istarget s390*-*-*]
|| [istarget powerpc*-*-*]
|| [check_effective_target_arm_cortex_m] } { || [check_effective_target_arm_cortex_m] } {
return 1 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