Commit 245af66d by Andreas Krebbel Committed by Andreas Krebbel

pr34641.C: Add dg-require-visibility.

2008-01-11  Andreas Krebbel  <krebbel1@de.ibm.com>

	* g++.dg/torture/pr34641.C: Add dg-require-visibility.  Define
	size_t using predefined macro.

From-SVN: r131461
parent acfb3980
2008-01-11 Andreas Krebbel <krebbel1@de.ibm.com>
* g++.dg/torture/pr34641.C: Add dg-require-visibility. Define
size_t using predefined macro.
2008-01-10 Raksit Ashok <raksit@google.com>
PR rtl-optimization/27971
// { dg-require-effective-target fpic }
// { dg-require-visibility "" }
// { dg-options "-fPIC" }
// { dg-do compile }
typedef long unsigned int size_t;
typedef __SIZE_TYPE__ size_t;
extern "C" void *
malloc (size_t __size)
throw () __attribute__ ((__malloc__));
......
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