Commit 3f7c0b1b by H.J. Lu Committed by H.J. Lu

Use __SIZE_TYPE__ to define size_t.

2010-06-02  H.J. Lu  <hongjiu.lu@intel.com>

	* g++.dg/torture/pr44295.C (size_t): Use __SIZE_TYPE__.

From-SVN: r160193
parent ef2d9e4d
2010-06-02 H.J. Lu <hongjiu.lu@intel.com>
* g++.dg/torture/pr44295.C (size_t): Use __SIZE_TYPE__.
2010-06-02 Jason Merrill <jason@redhat.com> 2010-06-02 Jason Merrill <jason@redhat.com>
* g++.dg/ext/vector9.C: Expect typedef in error message. * g++.dg/ext/vector9.C: Expect typedef in error message.
......
/* { dg-do compile } */ /* { dg-do compile } */
extern "C" { extern "C" {
typedef long unsigned int size_t; typedef __SIZE_TYPE__ size_t;
typedef struct { typedef struct {
} __sigset_t; } __sigset_t;
typedef union { typedef union {
......
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