Handle noreturn function thunk creation.
authorMartin Liska <mliska@suse.cz>
Wed, 11 Feb 2015 13:33:47 +0000 (14:33 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Wed, 11 Feb 2015 13:33:47 +0000 (13:33 +0000)
commitc43ade800481f77c8fcd70c6d795b0adee045810
tree81e26b69e9721be6b9ce0cea3e83f9f11043cfb2
parentece70d335d7d88dc3524708b854518b997e6cf80
Handle noreturn function thunk creation.

PR ipa/64813
* cgraphunit.c (cgraph_node::expand_thunk): Do not create
a return value for call to a function that is noreturn.

From-SVN: r220616
gcc/ChangeLog
gcc/cgraphunit.c