Commit 608d74c4 by J"orn Rennecke Committed by Joern Rennecke

20001203-2.c (main): Count argument is of type __SIZE_TYPE__.

	* gcc.c-torture/execute/20001203-2.c (main):
	Count argument is of type __SIZE_TYPE__.

From-SVN: r41153
parent 8f946b6e
Fri Apr 6 15:36:15 2001 J"orn Rennecke <amylaar@redhat.com>
* gcc.c-torture/execute/20001203-2.c (main):
Count argument is of type __SIZE_TYPE__.
2001-04-04 Diego Novillo <dnovillo@redhat.com>
* gcc.c-torture/compile/20010404-1.c: New test.
......
......@@ -41,7 +41,7 @@ void * xmalloc (unsigned int z);
void _obstack_newchunk (struct obstack *o, int i);
void get_discrete_bounds (long long *lowp, long long *highp);
extern void *memset(void *, int, unsigned int);
extern void *memset(void *, int, __SIZE_TYPE__);
struct type *
create_array_type (struct type *result_type, struct type *element_type)
......
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