Commit 2fb9811e by Mark Mitchell

tree.c (walk_tree): Don't recurse into DECL_INITIAL or DECL_SIZE unless...

	* tree.c (walk_tree): Don't recurse into DECL_INITIAL or DECL_SIZE
	unless we're declaring the variable in question.

From-SVN: r30815
parent 601bf251
// Build don't link:
// Origin: Mark Mitchell <mark@codesourcery.com>
struct S
{
void* sp;
};
void* f ()
{
struct S s = { &s.sp };
return s.sp;
}
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