OSDN Git Service

* gcc.c-torture/execute/20001203-2.c (main):
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Apr 2001 14:37:56 +0000 (14:37 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Apr 2001 14:37:56 +0000 (14:37 +0000)
Count argument is of type __SIZE_TYPE__.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41153 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/20001203-2.c

index 5e4c155..915ba67 100644 (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.
index 55d63ff..03aabed 100644 (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)