> > gcc/
> > 2015-03-11 Yvan Roux <yvan.r...@linaro.org>
> >
> > Backport from trunk r216841.
> > 2014-10-29 Martin Liska <mli...@suse.cz>
> >
> > PR ipa/63587
> > * cgraphunit.c (cgraph_node::expand_thunk): Only VAR_DECLs are put
> > to local declarations.
> > * function.c (add_local_decl): Implementation moved from header
> > file, assert introduced for tree type.
> > * function.h: Likewise.
> >
> > gcc/testsuite/
> > 2015-03-11 Yvan Roux <yvan.r...@linaro.org>
> >
> > Backport from trunk r216841.
> > 2014-10-29 Martin Liska <mli...@suse.cz>
> >
> > PR ipa/63587
> > * g++.dg/ipa/pr63587-1.C: New test.
> > * g++.dg/ipa/pr63587-2.C: New test.
> >
> > ----- PR 64813 -----
> > 2015-03-11 Yvan Roux <yvan.r...@linaro.org>
> >
> > Backport from trunk r220616.
> > 2015-02-11 Martin Liska <mli...@suse.cz>
> >
> > PR ipa/64813
> > * cgraphunit.c (cgraph_node::expand_thunk): Do not create
> > a return value for call to a function that is noreturn.
OK,
thanks!
Honza