Commit 52c3075d by Richard Guenther Committed by Richard Biener

re PR testsuite/40247 (Revision 147848 failed gcc.dg/struct/wo_prof_escape_substr_pointer.c)

2009-05-26  Richard Guenther  <rguenther@suse.de>

	PR testsuite/40247
	* gcc.dg/struct/wo_prof_escape_substr_pointer.c: Obfuscate.

From-SVN: r147864
parent 12346147
2009-05-26 Richard Guenther <rguenther@suse.de>
PR testsuite/40247
* gcc.dg/struct/wo_prof_escape_substr_pointer.c: Obfuscate.
2009-05-25 Jason Merrill <jason@redhat.com>
PR c++/38064
......
......@@ -24,6 +24,8 @@ typedef struct
int c;
}str_with_substr_t;
int foo;
int
main (void)
{
......@@ -37,6 +39,8 @@ main (void)
for (i=0; i < N; i++)
A[i].sub_str->a = 5;
foo = A[56].sub_str->a;
return 0;
}
......
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