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 tree-optimization/29877: handling of register vars during TER


On 1/3/07, Mark Shinwell <shinwell@codesourcery.com> wrote:
Mark Shinwell wrote:
> This patch fixes PR29877, which concerns erroneous extensions of
> the lifetimes of register variables.  This was being caused by the
> TER pass incorrectly removing assignments with a register variable
> on the RHS.
>
> There was some discussion internally as to what to do about the
> somewhat fragile testcase involved in the patch; that below was
> eventually settled on.
>
> This patch causes no regressions on x86_64-unknown-linux-gnu with all
> default languages enabled.  OK to apply to mainline?

Ping, please.

This is ok for mainline if you re-bootstrap & test.


Thanks,
Richard.


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