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] PR 32475 stack setup code being deleted.


""Seongbae Park (박성배, 朴成培)"" <seongbae.park@gmail.com> writes:
> Attached is the patch to fix 32475
> where the stack pointer becomes dead after epilogue generation,
> due to the stack pointer restoration codein the epilogue.
> The patch adds a df_ref of use of the stack pointer
> for every write to the stack pointer - which essentially keeps
> the stack pointer alive always.
> Bootstrapped and regtested clean on x86-64.
> Ok for mainline ?

Is this PR something we can check in the testsuite?  If so, it might
be a good idea to do that.  The PR has been reopened once already.

Richard


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