* g++.dg/other/new1.C: Use __SIZE_TYPE__.
authorRichard Henderson <rth@redhat.com>
Mon, 1 Apr 2002 19:28:39 +0000 (11:28 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 1 Apr 2002 19:28:39 +0000 (11:28 -0800)
From-SVN: r51698

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/other/new1.C

index f0f351b..539853c 100644 (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.
index 1acfa26..24b60d3 100644 (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;