Commit c4e2d744 by Kazu Hirata Committed by Kazu Hirata

* gcc.dg/m-un-2.c: Fix the typedef of size_t.

From-SVN: r66426
parent 070588f0
2003-05-03 Kazu Hirata <kazu@cs.umass.edu>
* gcc.dg/m-un-2.c: Fix the typedef of size_t.
2003-05-03 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
PR c++/9364, c++/10553, c++/10586
......
/* { dg-do compile } */
/* { dg-options "-W -Wall" } */
typedef unsigned long size_t;
typedef __SIZE_TYPE__ size_t;
extern void* malloc (size_t);
extern void free (void*);
extern void* realloc (void*, size_t);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment