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]

Fix gcc.c-torture/compile/20000314-2.c


Stupid testsuite bug.


r~

  	* gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.

Index: gcc.c-torture/compile/20000314-2.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/testsuite/gcc.c-torture/compile/20000314-2.c,v
retrieving revision 1.1
diff -c -p -d -r1.1 20000314-2.c
*** 20000314-2.c	2000/03/14 16:28:08	1.1
--- 20000314-2.c	2000/03/19 20:27:41
***************
*** 1,4 ****
! extern void malloc(size_t size); 
  
  toto()
  {
--- 1,4 ----
! extern void malloc(__SIZE_TYPE__ size); 
  
  toto()
  {

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