]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* lib/target-supports.exp
authorPat Haugen <pthaugen@us.ibm.com>
Wed, 9 Jul 2014 16:26:00 +0000 (16:26 +0000)
committerPat Haugen <pthaugen@gcc.gnu.org>
Wed, 9 Jul 2014 16:26:00 +0000 (16:26 +0000)
(check_effective_target_logical_op_short_circuit): Add powerpc*-*-*.

From-SVN: r212398

gcc/testsuite/ChangeLog
gcc/testsuite/lib/target-supports.exp

index d96f01259cdac2a334599f663b5a4c26279ef4a9..77cddaf5157de39fe4dadc304e19efe370226ba9 100644 (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.
index 9b31a6581dd37b49093d66c3f87fe009244144d4..5290a557d0b295f81da7dfbf26fc87a6c4d6c167 100644 (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
     }