mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
e7160b278e
commit
ac295cf1ae
|
|
@ -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>
|
2012-08-08 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* gcc.c-torture/execute/20120808-1.c: New test.
|
* gcc.c-torture/execute/20120808-1.c: New test.
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,8 @@
|
||||||
/* Verify straight-line strength reduction fails for simple integer addition
|
/* Verify straight-line strength reduction fails for simple integer addition
|
||||||
with casts thrown in when -fwrapv is used. */
|
with casts thrown in when -fwrapv is used. */
|
||||||
|
|
||||||
/* { dg-do compile } */
|
/* { dg-do compile { target { ! { ilp32 } } } } */
|
||||||
/* { dg-options "-O3 -fdump-tree-dom2 -fwrapv" } */
|
/* { dg-options "-O3 -fdump-tree-dom2 -fwrapv" } */
|
||||||
/* { dg-skip-if "" { ilp32 } { "-m32" } { "" } } */
|
|
||||||
|
|
||||||
long
|
long
|
||||||
f (int s, long c)
|
f (int s, long c)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue