Skip to content
Snippets Groups Projects
Commit 2d9b0b60 authored by jakub's avatar jakub
Browse files

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

	in size_t typedef.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110609 138bc75d-0d04-0410-961f-82ee72b054a4
parent c4ed39a4
No related branches found
No related tags found
No related merge requests found
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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment