aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKelvin Nilsen <kelvin@gcc.gnu.org>2016-12-01 17:46:57 +0000
committerKelvin Nilsen <kelvin@gcc.gnu.org>2016-12-01 17:46:57 +0000
commitd93dd959c150bfdf186f5f4715edc54a68718b09 (patch)
treea5a728e6fa6287aa4c9c6b387d9531c32da1a60b
parent4926b16764ec9ecd31fb62be03701c739846bbaa (diff)
the test now runs
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/ibm/bz78056-enhance@243123 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/testsuite/gcc.target/powerpc/pr78056-8.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/gcc/testsuite/gcc.target/powerpc/pr78056-8.c b/gcc/testsuite/gcc.target/powerpc/pr78056-8.c
index bdba76dd5c0..202107be1a6 100644
--- a/gcc/testsuite/gcc.target/powerpc/pr78056-8.c
+++ b/gcc/testsuite/gcc.target/powerpc/pr78056-8.c
@@ -1,17 +1,12 @@
/* { dg-do compile { target { powerpc*-*-* } } } */
/* { dg-skip-if "do not override -mcpu" { powerpc*-*-* } { "-mcpu=*" } { "-mcpu=power5" } } */
-/* Is desirable to require-effective-target to be p5_ok, but there's
+
+/* It is desirable to require-effective-target to be p5_ok, but there's
no such effective target, so we're just assuming that the effective
target is at minimum power5 ok. This test will fail if the
effective target is not power 5 ok, but there is no dg directive to
"unsupport" this test on such a platform. */
-/* dfp_hw represents power 6 */
-
-/* kelvin is just tinkering here. dejagnu seems to be ignoring my
- * Power-specific dfp_hw selector. Maybe it will do better with this
- * target-independent selector, which appears to be "equivalent",
- */
-/* { dg-skip-if "" { hard_dfp } } */
+/* dfp_hw represents support for power 6 */
/* { dg-skip-if "" { dfp_hw } } */
/* { dg-skip-if "" { powerpc*-*-aix* } } */
/* { dg-options "-mcpu=power5" } */