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

From-SVN: r51698
This commit is contained in:
Richard Henderson 2002-04-01 11:28:39 -08:00 committed by Richard Henderson
parent 663653eb3a
commit ed4168d56f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -3,7 +3,7 @@
// { dg-do compile }
// { dg-options "-fvolatile" }
typedef unsigned int size_t;
typedef __SIZE_TYPE__ size_t;
class bar {
int i;