Restore input_location after recursive expand_call_inline
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 4 Jan 2021 10:35:31 +0000 (11:35 +0100)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Tue, 5 Jan 2021 09:57:54 +0000 (10:57 +0100)
commit6b69738c1e30ec31cb11dce1d9209e7a5b92301b
tree1a05b4b07e97a1ce8f1fb0eb34149749e422041c
parent560d9915762d61bd1027259ecf55339f40a0a1de
Restore input_location after recursive expand_call_inline

This is just a precautionary fix.

2021-01-05  Bernd Edlinger  <bernd.edlinger@hotmail.de>

* tree-inline.c (expand_call_inline): Restore input_location.
Return result from recursive call.
gcc/tree-inline.c