vrp47: Pass -march=i586 for ia32 target.
* gcc.dg/tree-ssa/vrp47: Pass -march=i586 for ia32 target. From-SVN: r182755
This commit is contained in:
parent
f29041dd8e
commit
b670ab581e
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-12-31 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* gcc.dg/tree-ssa/vrp47: Pass -march=i586 for ia32 target.
|
||||
|
||||
2011-12-31 Thomas König <tkoenig@gcc.gnu.org>
|
||||
|
||||
PR fortran/51502
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
this. */
|
||||
/* { dg-do compile { target { ! "mips*-*-* s390*-*-* avr-*-* mn10300-*-*" } } } */
|
||||
/* { dg-options "-O2 -fdump-tree-vrp1 -fdump-tree-dom1 -fdump-tree-dom2" } */
|
||||
/* { dg-additional-options "-march=i586" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
|
||||
/* { dg-additional-options "-march=i586" { target { { i?86-*-* x86_64-*-* } && ia32 } } } */
|
||||
|
||||
int h(int x, int y)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue