+2013-07-23 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * gcc.target/aarch64/vect_smlal_1.c: Replace 'long' with 'long long'.
+
2013-07-23 Yufeng Zhang <yufeng.zhang@arm.com>
* gcc.target/aarch64/test-ptr-arg-on-stack-1.c: New test.
typedef unsigned char U8_t;
typedef unsigned short U16_t;
typedef unsigned int U32_t;
-typedef unsigned long U64_t;
+typedef unsigned long long U64_t;
typedef unsigned char *__restrict__ pU8_t;
typedef unsigned short *__restrict__ pU16_t;
typedef unsigned int *__restrict__ pU32_t;