* gcc.dg/gomp/pr25990.c: Use __SIZE_TYPE__ instead of unsigned int
in size_t typedef.
From-SVN: r110609
+2006-02-05 Jakub Jelinek <jakub@redhat.com>
+
+ * gcc.dg/gomp/pr25990.c: Use __SIZE_TYPE__ instead of unsigned int
+ in size_t typedef.
+
2006-02-05 Gabriel Dos Reis <gdr@integrable-solutions.net>
* g++.dg/charset/extern2.cc (foo): Declare as of type cost char*.
/* { dg-do compile } */
/* { dg-options "-fopenmp -O2 -std=c99" } */
-typedef unsigned int size_t;
+typedef __SIZE_TYPE__ size_t;
typedef struct {
int _flags;