Commit 41441e25 by Jakub Jelinek Committed by Jakub Jelinek

pr25990.c: Use __SIZE_TYPE__ instead of unsigned int in size_t typedef.

	* gcc.dg/gomp/pr25990.c: Use __SIZE_TYPE__ instead of unsigned int
	in size_t typedef.

From-SVN: r110609
parent 7235a4d4
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;
......
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