Commit 44a55c64 by James Greenhalgh Committed by James Greenhalgh

[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
parent 7ec4f343
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> 2015-12-23 Nathan Sidwell <nathan@acm.org>
* gcc.dg/alias-15.c: New. * gcc.dg/alias-15.c: New.
......
/* { dg-options "-fdump-rtl-ce1 -O2" } */ /* { dg-options "-fdump-rtl-ce1 -O2" } */
/* { dg-skip-if "Multiple set if-conversion not guaranteed on all subtargets" { "arm*-*-* powerpc64le*-*-*" } {"*"} { "" } } */
int int
foo (int x, int y, int a) foo (int x, int y, int a)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment