This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

bug fix for gcc.c-torture/execute/20001203-2.c


Thu Apr  5 17:30:40 2001  J"orn Rennecke <amylaar@redhat.com>

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

Index: 20001203-2.c
===================================================================
RCS file: /cvs/cvsfiles/devo/gcc/testsuite/gcc.c-torture/execute/20001203-2.c,v
retrieving revision 1.2
retrieving revision 1.2.14.1
diff -p -r1.2 -r1.2.14.1
*** 20001203-2.c	2000/12/16 23:29:31	1.2
--- 20001203-2.c	2001/02/09 07:38:11	1.2.14.1
*************** void * xmalloc (unsigned int z);
*** 41,47 ****
  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);
  
  struct type *
  create_array_type (struct type *result_type, struct type *element_type)
--- 41,47 ----
  void _obstack_newchunk (struct obstack *o, int i);
  void get_discrete_bounds (long long *lowp, long long *highp);
  
! extern void *memset(void *, int, __SIZE_TYPE__);
  
  struct type *
  create_array_type (struct type *result_type, struct type *element_type)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]