* g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.

From-SVN: r70399
This commit is contained in:
Mark Mitchell 2003-08-13 02:23:37 +00:00 committed by Mark Mitchell
parent 08ef9f85db
commit 4717fcc7f7
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2003-08-12 Mark Mitchell <mark@codesourcery.com>
* g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
* g++.dg/parse/ret-type2.C: New test.
PR c++/11703

View File

@ -1,4 +1,4 @@
typedef unsigned int size_t;
typedef __SIZE_TYPE__ size_t;
enum Refcount_Type {
NO_REFCOUNT