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

Reply via email to