Commit ed4168d5 by Richard Henderson Committed by Richard Henderson

* g++.dg/other/new1.C: Use __SIZE_TYPE__.

From-SVN: r51698
parent 663653eb
2002-04-01 Richard Henderson <rth@redhat.com>
* g++.dg/other/new1.C: Use __SIZE_TYPE__.
2002-04-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
......
......@@ -3,7 +3,7 @@
// { dg-do compile }
// { dg-options "-fvolatile" }
typedef unsigned int size_t;
typedef __SIZE_TYPE__ size_t;
class bar {
int i;
......
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