Commit 701b9a47 by Christophe Lyon Committed by Christophe Lyon

p64_p128.c: Remove spurious debug code.

* gcc.target/aarch64/advsimd-intrinsics/p64_p128.c: Remove spurious debug code.

From-SVN: r237171
parent c87885ca
2016-06-07 Christophe Lyon <christophe.lyon@linaro.org>
* gcc.target/aarch64/advsimd-intrinsics/p64_p128.c: Remove
spurious debug code.
2016-06-07 Richard Biener <rguenther@suse.de> 2016-06-07 Richard Biener <rguenther@suse.de>
PR tree-optimization/71428 PR tree-optimization/71428
......
...@@ -174,11 +174,9 @@ int main (void) ...@@ -174,11 +174,9 @@ int main (void)
VDUP(vceq_vector2, , poly, p, 64, 1, 0x88); VDUP(vceq_vector2, , poly, p, 64, 1, 0x88);
fprintf(stderr, "toto\n");
TEST_VCOMP(vceq, , poly, p, uint, 64, 1); TEST_VCOMP(vceq, , poly, p, uint, 64, 1);
CHECK(TEST_MSG, uint, 64, 1, PRIx64, vceq_expected, ""); CHECK(TEST_MSG, uint, 64, 1, PRIx64, vceq_expected, "");
fprintf(stderr, "toto\n");
/* vcombine_p64 tests. */ /* vcombine_p64 tests. */
#undef TEST_MSG #undef TEST_MSG
......
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