Commit 5134529b by H.J. Lu Committed by H.J. Lu

Replace unsigned long with __SIZE_TYPE__

	* g++.dg/ipa/pr63894.C (new): Replace unsigned long with
	__SIZE_TYPE__.

From-SVN: r217654
parent 3d8b06d3
2014-11-17 H.J. Lu <hongjiu.lu@intel.com>
* g++.dg/ipa/pr63894.C (new): Replace unsigned long with
__SIZE_TYPE__.
2014-11-17 Richard Biener <rguenther@suse.de>
PR middle-end/63898
......
......@@ -3,7 +3,7 @@
struct A
{
void *operator new(unsigned long, int);
void *operator new(__SIZE_TYPE__, int);
};
class C
{
......
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