diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2016-02-17 11:20:06 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2016-02-17 11:20:06 +0000 |
commit | 448db8d2f6a47996a8523408ab96496d555f19ec (patch) | |
tree | 153754da162794a8fdc8eb83f46ae3d7deecfc35 /gcc | |
parent | 8072945b8333f374590c5f66320ef71d308a8f96 (diff) | |
download | gcc-448db8d2f6a47996a8523408ab96496d555f19ec.zip gcc-448db8d2f6a47996a8523408ab96496d555f19ec.tar.gz gcc-448db8d2f6a47996a8523408ab96496d555f19ec.tar.bz2 |
* gcc.dg/ifcvt-4.c: Skip on Visium.
From-SVN: r233489
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/ifcvt-4.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 59ce254..fae5129 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2016-02-17 Eric Botcazou <ebotcazou@adacore.com> + * gcc.dg/ifcvt-4.c: Skip on Visium. + +2016-02-17 Eric Botcazou <ebotcazou@adacore.com> + * gnat.dg/atomic8.adb: New test. 2016-02-17 Eric Botcazou <ebotcazou@adacore.com> diff --git a/gcc/testsuite/gcc.dg/ifcvt-4.c b/gcc/testsuite/gcc.dg/ifcvt-4.c index 9a91a19..c096523 100644 --- a/gcc/testsuite/gcc.dg/ifcvt-4.c +++ b/gcc/testsuite/gcc.dg/ifcvt-4.c @@ -1,5 +1,5 @@ /* { dg-options "-fdump-rtl-ce1 -O2 --param max-rtl-if-conversion-insns=3" } */ -/* { dg-skip-if "Multiple set if-conversion not guaranteed on all subtargets" { "arm*-*-* powerpc64le*-*-*" } {"*"} { "" } } */ +/* { dg-skip-if "Multiple set if-conversion not guaranteed on all subtargets" { "arm*-*-* powerpc64le*-*-* visium-*-*" } {"*"} { "" } } */ int foo (int x, int y, int a) |