Commit ac295cf1 by H.J. Lu Committed by H.J. Lu

Require non-ilp32 for gcc.dg/tree-ssa/slsr-30.c

	* gcc.dg/tree-ssa/slsr-30.c: Require non-ilp32.  Remove
	dg-skip-if.

From-SVN: r190242
parent e7160b27
2012-08-08 H.J. Lu <hongjiu.lu@intel.com>
* gcc.dg/tree-ssa/slsr-30.c: Require non-ilp32. Remove
dg-skip-if.
2012-08-08 Joseph Myers <joseph@codesourcery.com>
* gcc.c-torture/execute/20120808-1.c: New test.
......
/* Verify straight-line strength reduction fails for simple integer addition
with casts thrown in when -fwrapv is used. */
/* { dg-do compile } */
/* { dg-do compile { target { ! { ilp32 } } } } */
/* { dg-options "-O3 -fdump-tree-dom2 -fwrapv" } */
/* { dg-skip-if "" { ilp32 } { "-m32" } { "" } } */
long
f (int s, long c)
......
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