wrong comment in gcc/testsuite/gcc.c-torture/compile/simd-5.c

Christian Groessler chris@groessler.org
Wed May 2 10:49:00 GMT 2018


Hi,

--- a/gcc/testsuite/gcc.c-torture/compile/simd-5.c
+++ b/gcc/testsuite/gcc.c-torture/compile/simd-5.c
@@ -6,7 +6,7 @@ main(){
  vector64 int a = {1, -1};
  vector64 int b = {2, -2};
  c = -a + b*b*(-1LL);
-/* c is now {5, 3} */
+/* c is now {-5, -3} */

   printf("result is %llx\n", (long long)c);
  }


regards,
chris



More information about the Gcc mailing list