aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkelvin <kelvin@138bc75d-0d04-0410-961f-82ee72b054a4>2016-12-14 17:15:58 +0000
committerkelvin <kelvin@138bc75d-0d04-0410-961f-82ee72b054a4>2016-12-14 17:15:58 +0000
commitc147fb859cd8f4b0b58736ae6f437b2ed694a0a6 (patch)
tree41a8026c8cda2aaaad9e87b4612b48fa35a830e7
parent37f040d7ff032a544f51de0195e722fe98daf38b (diff)
respond to community feedbackibm/bz78056-enhance
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/ibm/bz78056-enhance@243659 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/testsuite/gcc.target/powerpc/pr78056-8.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/testsuite/gcc.target/powerpc/pr78056-8.c b/gcc/testsuite/gcc.target/powerpc/pr78056-8.c
index 17107553595..6322e415bad 100644
--- a/gcc/testsuite/gcc.target/powerpc/pr78056-8.c
+++ b/gcc/testsuite/gcc.target/powerpc/pr78056-8.c
@@ -4,17 +4,7 @@
/* powerpc_popcntb_ok represents support for power 5. */
/* { dg-require-effective-target powerpc_popcntb_ok } */
/* dfp_hw represents support for power 6. */
-#ifdef KELVIN_TESTING
-deliberate syntax error tells me that the processor is not filtering this
-source file before dg starts looking for its directives.
-
-The purpose of KELVIN_TESTING is to assure that dg is considering this
-target configuration as powerpc_popcntb_ok to be valid.
-
-Note that the test itself will FAIL because we will not issue the expected
-warning or error messages.
/* { dg-skip-if "" { dfp_hw } } */
-#endif
/* { dg-skip-if "" { powerpc*-*-aix* } } */
/* { dg-options "-mcpu=power5" } */