p64_p128.c: Remove spurious debug code.
authorChristophe Lyon <christophe.lyon@linaro.org>
Tue, 7 Jun 2016 10:29:55 +0000 (10:29 +0000)
committerChristophe Lyon <clyon@gcc.gnu.org>
Tue, 7 Jun 2016 10:29:55 +0000 (12:29 +0200)
* gcc.target/aarch64/advsimd-intrinsics/p64_p128.c: Remove spurious debug code.

From-SVN: r237171

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/p64_p128.c

index 7968a7dc201ad1ffa023bd0f0c9c697f245e913e..14bcd131a65888a4f191577989c6681c50f6faa8 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        PR tree-optimization/71428
index ced3884de5224bc75eca2037b7828c1ef5b3d81f..519cffb0125079022e7ba876c1ca657d9e37cac2 100644 (file)
@@ -174,11 +174,9 @@ int main (void)
 
   VDUP(vceq_vector2, , poly, p, 64, 1, 0x88);
 
-  fprintf(stderr, "toto\n");
   TEST_VCOMP(vceq, , poly, p, uint, 64, 1);
 
   CHECK(TEST_MSG, uint, 64, 1, PRIx64, vceq_expected, "");
-  fprintf(stderr, "toto\n");
 
   /* vcombine_p64 tests.  */
 #undef TEST_MSG