* g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
From-SVN: r70399
This commit is contained in:
parent
08ef9f85db
commit
4717fcc7f7
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
typedef unsigned int size_t;
|
||||
typedef __SIZE_TYPE__ size_t;
|
||||
|
||||
enum Refcount_Type {
|
||||
NO_REFCOUNT
|
||||
|
Loading…
Reference in New Issue
Block a user