* gcc.c-torture/compile/pr65595.c: Change type of "num" argument to
memcpy from "unsigned long" to __SIZE_TYPE__.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@265895
138bc75d-0d04-0410-961f-
82ee72b054a4
+2018-11-07 Jozef Lawrynowicz <jozef.l@mittosystems.com>
+
+ * gcc.c-torture/compile/pr65595.c: Change type of "num" argument to
+ memcpy from "unsigned long" to __SIZE_TYPE__.
+
2018-11-07 Jozef Lawrynowicz <jozef.l@mittosystems.com>
PR c/87691
-extern void *memcpy(void *, const void *, unsigned long);
+extern void *memcpy(void *, const void *, __SIZE_TYPE__);
struct in6_addr {
struct {
int u6_addr32[4];