Commit 7767706d by H.J. Lu Committed by H.J. Lu

Use __SIZE_TYPE__ to define size_t.

2010-01-14  H.J. Lu  <hongjiu.lu@intel.com>

	* g++.dg/graphite/pr42681.C (size_t): Use __SIZE_TYPE__.

From-SVN: r155910
parent c02e2d5c
2010-01-14 H.J. Lu <hongjiu.lu@intel.com>
* g++.dg/graphite/pr42681.C (size_t): Use __SIZE_TYPE__.
2010-01-14 Martin Jambor <mjambor@suse.cz>
PR tree-optimization/42714
......
/* { dg-options "-O1 -fgraphite-identity -fno-loop-block -fno-loop-interchange -fno-loop-strip-mine" } */
typedef long unsigned int size_t;
typedef __SIZE_TYPE__ size_t;
inline void* operator new(size_t, void* __p) throw() { return __p; }
struct A {
......
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