Commit 48b2caf0 by Jozef Lawrynowicz Committed by Jozef Lawrynowicz

pr65595.c: Change type of "num" argument to memcpy from "unsigned long" to __SIZE_TYPE__.

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__.

From-SVN: r265895
parent c2ca29d5
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
* gcc.target/msp430/pr87691.c: New test.
......
extern void *memcpy(void *, const void *, unsigned long);
extern void *memcpy(void *, const void *, __SIZE_TYPE__);
struct in6_addr {
struct {
int u6_addr32[4];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment