mn10300: Disable test tree-ssa/vrp47.c

From-SVN: r168669
This commit is contained in:
Richard Henderson 2011-01-11 10:12:40 -08:00 committed by Richard Henderson
parent 885fe07c5c
commit e10ede2cf3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-01-11 Richard Henderson <rth@redhat.com>
* gcc-dg/tree-ssa/vrp47.c: Disable for mn10300 as well.
2011-01-11 Jan Hubicka <jh@suse.cz>
PR lto/45721

View File

@ -3,7 +3,7 @@
/* Skip on S/390 and avr. Lower values in BRANCH_COST lead to two conditional
jumps when evaluating an && condition. VRP is not able to optimize
this. */
/* { dg-do compile { target { ! "mips*-*-* s390*-*-* avr-*-*" } } } */
/* { dg-do compile { target { ! "mips*-*-* s390*-*-* avr-*-* mn10300-*-*" } } } */
/* { dg-options "-O2 -fdump-tree-vrp -fdump-tree-dom" } */
/* { dg-options "-O2 -fdump-tree-vrp -fdump-tree-dom -march=i586" { target { i?86-*-* && ilp32 } } } */