Commit 44d62789 by Andreas Krebbel Committed by Andreas Krebbel

ssa-dom-thread-4.c: Remove s390 special option.

2014-03-28  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

	* gcc.dg/tree-ssa/ssa-dom-thread-4.c: Remove s390 special
          option.
	* lib/target-supports.exp: Return true for s390
          in check_effective_logical_op_short_circuit.

From-SVN: r208897
parent 7ac84c02
2014-03-28 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* gcc.dg/tree-ssa/ssa-dom-thread-4.c: Remove s390 special
option.
* lib/target-supports.exp: Return true for s390
in check_effective_logical_op_short_circuit.
2014-03-28 Kirill Yukhin <kirill.yukhin@intel.com> 2014-03-28 Kirill Yukhin <kirill.yukhin@intel.com>
* gcc.target/i386/avx512f-vshuff32x4-2.c: Fix initialization * gcc.target/i386/avx512f-vshuff32x4-2.c: Fix initialization
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-dom1-details" } */ /* { dg-options "-O2 -fdump-tree-dom1-details" } */
/* { dg-additional-options "-mbranch-cost=2" { target s390*-*-* } } */
struct bitmap_head_def; struct bitmap_head_def;
typedef struct bitmap_head_def *bitmap; typedef struct bitmap_head_def *bitmap;
typedef const struct bitmap_head_def *const_bitmap; typedef const struct bitmap_head_def *const_bitmap;
......
...@@ -5712,6 +5712,7 @@ proc check_effective_target_logical_op_short_circuit {} { ...@@ -5712,6 +5712,7 @@ proc check_effective_target_logical_op_short_circuit {} {
|| [istarget arc*-*-*] || [istarget arc*-*-*]
|| [istarget avr*-*-*] || [istarget avr*-*-*]
|| [istarget crisv32-*-*] || [istarget cris-*-*] || [istarget crisv32-*-*] || [istarget cris-*-*]
|| [istarget s390*-*-*]
|| [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