* lib/target-supports.exp

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

From-SVN: r212398
This commit is contained in:
Pat Haugen 2014-07-09 16:26:00 +00:00 committed by Pat Haugen
parent 1469344a8b
commit bde56a1d4d
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
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>
* gcc.dg/globalalias.c: Remove XFAIL.

View file

@ -5935,6 +5935,7 @@ proc check_effective_target_logical_op_short_circuit {} {
|| [istarget crisv32-*-*] || [istarget cris-*-*]
|| [istarget mmix-*-*]
|| [istarget s390*-*-*]
|| [istarget powerpc*-*-*]
|| [check_effective_target_arm_cortex_m] } {
return 1
}