extract-vsx.c: Replace "vector long" with "vector long long" throughout.
[gcc.git] / gcc / testsuite / gcc.dg / vmx / extract-vsx-be-order.c
index fbeda7b5a622627a42f23ef9ae77ac1ba82ab87c..6428ea5d8b3a62ec1354bf62f6bec61e116d3cff 100644 (file)
@@ -6,7 +6,7 @@
 
 static void test()
 {
-  vector long vl = {0, 1};
+  vector long long vl = {0, 1};
   vector double vd = {0.0, 1.0};
 
 #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__