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
This commit is contained in:
H.J. Lu 2012-08-08 22:47:07 +00:00 committed by H.J. Lu
parent e7160b278e
commit ac295cf1ae
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -1,9 +1,8 @@
/* 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)