[Patch testsuite] Skip gcc.dg/ifcvt-4.c for targets on which it may not work

gcc/testsuite/

	PR testsuite/68232
	* gcc.dg/ifcvt-4.c: Skip for arm*-*-* and powerpc64le*-*-*.

From-SVN: r231929
This commit is contained in:
James Greenhalgh 2015-12-23 16:35:20 +00:00 committed by James Greenhalgh
parent 7ec4f3438c
commit 44a55c645f
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2015-12-23 James Greenhalgh <james.greenhalgh@arm.com>
PR testsuite/68232
* gcc.dg/ifcvt-4.c: Skip for arm*-*-* and powerpc64le*-*-*.
2015-12-23 Nathan Sidwell <nathan@acm.org>
* gcc.dg/alias-15.c: New.

View File

@ -1,4 +1,6 @@
/* { dg-options "-fdump-rtl-ce1 -O2" } */
/* { dg-skip-if "Multiple set if-conversion not guaranteed on all subtargets" { "arm*-*-* powerpc64le*-*-*" } {"*"} { "" } } */
int
foo (int x, int y, int a)
{