public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] v850 logical_op_short_circuit
@ 2018-06-26  5:21 Jeff Law
  0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2018-06-26  5:21 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 172 bytes --]

v850 should be marked as logical_op_short_circuit for testing purposes
but wasn't.  Fix fixes about a dozen testsuite failures per multilib.

Installed on the trunk.

Jeff

[-- Attachment #2: P --]
[-- Type: text/plain, Size: 1243 bytes --]

commit 2224de3ea8b9b4381b07fcb96a2cde9266ead611
Author: law <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Jun 26 05:19:15 2018 +0000

            * lib/target-supports.exp
            (check_effective_target_logical_op_short_circuit): Add v850.
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@262129 138bc75d-0d04-0410-961f-82ee72b054a4

diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 4a90a33986d..5c0de04c4cb 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2018-06-25  Jeff Law  <law@redhat.com>
+
+	* lib/target-supports.exp
+	(check_effective_target_logical_op_short_circuit): Add v850.
+
 2018-06-25  Martin Sebor  <msebor@redhat.com>
 
 	PR tree-optimization/86204
diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index 3c2c62a5800..ffbc882b07d 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -8801,6 +8801,7 @@ proc check_effective_target_logical_op_short_circuit {} {
 	 || [istarget powerpc*-*-*]
 	 || [istarget nios2*-*-*]
 	 || [istarget riscv*-*-*]
+	 || [istarget v850*-*-*]
 	 || [istarget visium-*-*]
 	 || [check_effective_target_arm_cortex_m] } {
 	return 1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-06-26  5:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-26  5:21 [committed] v850 logical_op_short_circuit Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).