This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix thunk expansion (PR ipa/64896)


> > gcc/
> > 2015-03-11  Yvan Roux  <yvan.roux@linaro.org>
> >
> >     Backport from trunk r216841.
> >     2014-10-29  Martin Liska  <mliska@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.roux@linaro.org>
> >
> >     Backport from trunk r216841.
> >     2014-10-29  Martin Liska  <mliska@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.roux@linaro.org>
> >
> >     Backport from trunk r220616.
> >     2015-02-11  Martin Liska  <mliska@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]