Commit 23d80241 by Eric Botcazou Committed by Eric Botcazou

cgraphunit.c (cgraph_node::expand_thunk): Do not force DECL_IGNORED_P on the thunk.

	* cgraphunit.c (cgraph_node::expand_thunk): Do not force DECL_IGNORED_P
	on the thunk.

From-SVN: r264943
parent de310193
2018-09-28 Eric Botcazou <ebotcazou@adacore.com> 2018-10-08 Eric Botcazou <ebotcazou@adacore.com>
* cgraphunit.c (cgraph_node::expand_thunk): Do not force DECL_IGNORED_P
on the thunk.
2018-10-08 Eric Botcazou <ebotcazou@adacore.com>
PR tree-optimization/86659 PR tree-optimization/86659
* gimple-match.h (struct gimple_match_op): Add reverse field. * gimple-match.h (struct gimple_match_op): Add reverse field.
...@@ -1870,7 +1870,6 @@ cgraph_node::expand_thunk (bool output_asm_thunks, bool force_gimple_thunk) ...@@ -1870,7 +1870,6 @@ cgraph_node::expand_thunk (bool output_asm_thunks, bool force_gimple_thunk)
resolve_unique_section (thunk_fndecl, 0, resolve_unique_section (thunk_fndecl, 0,
flag_function_sections); flag_function_sections);
DECL_IGNORED_P (thunk_fndecl) = 1;
bitmap_obstack_initialize (NULL); bitmap_obstack_initialize (NULL);
if (thunk.virtual_offset_p) if (thunk.virtual_offset_p)
......
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