Commit dfbdde16 by David Malcolm Committed by David Malcolm

calls.c: fix warning on targets without REG_PARM_STACK_SPACE

gcc/ChangeLog:
	* calls.c (can_implement_as_sibling_call_p): Mark param
	reg_parm_stack_space with ATTRIBUTE_UNUSED.

From-SVN: r236527
parent 4f028369
2016-05-20 David Malcolm <dmalcolm@redhat.com>
* calls.c (can_implement_as_sibling_call_p): Mark param
reg_parm_stack_space with ATTRIBUTE_UNUSED.
2016-05-20 Uros Bizjak <ubizjak@gmail.com> 2016-05-20 Uros Bizjak <ubizjak@gmail.com>
* gcc/config/i386/i386.c (ix86_rtx_costs) <case CONST_DOUBLE>: * gcc/config/i386/i386.c (ix86_rtx_costs) <case CONST_DOUBLE>:
......
...@@ -2373,7 +2373,7 @@ static bool ...@@ -2373,7 +2373,7 @@ static bool
can_implement_as_sibling_call_p (tree exp, can_implement_as_sibling_call_p (tree exp,
rtx structure_value_addr, rtx structure_value_addr,
tree funtype, tree funtype,
int reg_parm_stack_space, int reg_parm_stack_space ATTRIBUTE_UNUSED,
tree fndecl, tree fndecl,
int flags, int flags,
tree addr, tree addr,
......
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