[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:
parent
7ec4f3438c
commit
44a55c645f
@ -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.
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user