20001203-2.c (main): Count argument is of type __SIZE_TYPE__.
authorJ"orn Rennecke <amylaar@redhat.com>
Fri, 6 Apr 2001 14:37:56 +0000 (14:37 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Fri, 6 Apr 2001 14:37:56 +0000 (15:37 +0100)
* gcc.c-torture/execute/20001203-2.c (main):
Count argument is of type __SIZE_TYPE__.

From-SVN: r41153

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

index 5e4c1552010e438bedef9c47b576babb5cca9f03..915ba678f1de6d36babee0f3348783f4e74bc1bd 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 55d63ffa4a790d7229d56cded21d792241d3a14e..03aabed9351612f8c153633adaf31635f3714a2d 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)