* g++.dg/other/new1.C: Use __SIZE_TYPE__.
From-SVN: r51698
This commit is contained in:
parent
663653eb3a
commit
ed4168d56f
@ -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.
|
||||
|
@ -3,7 +3,7 @@
|
||||
// { dg-do compile }
|
||||
// { dg-options "-fvolatile" }
|
||||
|
||||
typedef unsigned int size_t;
|
||||
typedef __SIZE_TYPE__ size_t;
|
||||
|
||||
class bar {
|
||||
int i;
|
||||
|
Loading…
Reference in New Issue
Block a user