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
This commit is contained in:
J"orn Rennecke 2001-04-06 14:37:56 +00:00 committed by Joern Rennecke
parent 8f946b6e2f
commit 608d74c49d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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)