Commit 8c14fefc by H.J. Lu Committed by H.J. Lu

Add a testcase for PR target/47369.

2011-08-05  H.J. Lu  <hongjiu.lu@intel.com>

	PR target/47369
	* gcc.dg/pr47369-1.c: New.

From-SVN: r177490
parent 9a55e3f6
2011-08-05 H.J. Lu <hongjiu.lu@intel.com>
PR target/47369
* gcc.dg/pr47369-1.c: New.
2011-08-05 H.J. Lu <hongjiu.lu@intel.com>
PR middle-end/47364
* gcc.dg/torture/pr47364-1.c: New.
* gcc.c-torture/compile/pr47364-1.c: Likewise.
......
/* { dg-do compile } */
/* { dg-require-effective-target fpic } */
/* { dg-options "-O2 -fPIC" } */
struct FILE
{
int x;
};
extern struct FILE __sF[];
extern void bar (struct FILE *);
void dlmalloc_stats() {
bar ((&__sF[2]));
}
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