Commit 4717fcc7 by Mark Mitchell Committed by Mark Mitchell

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

From-SVN: r70399
parent 08ef9f85
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
......
typedef unsigned int size_t;
typedef __SIZE_TYPE__ size_t;
enum Refcount_Type {
NO_REFCOUNT
......
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