[Bug rtl-optimization/78127] [6 Regression] AArch64 internal compiler error: in lra_eliminate, at lra-eliminations.c:1440

2018-10-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78127

Jakub Jelinek  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||jakub at gcc dot gnu.org
 Resolution|--- |FIXED
   Target Milestone|6.5 |7.0

--- Comment #8 from Jakub Jelinek  ---
GCC 6 branch is being closed, fixed in 7.x.

[Bug rtl-optimization/78127] [6 Regression] AArch64 internal compiler error: in lra_eliminate, at lra-eliminations.c:1440

2018-10-17 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78127

--- Comment #7 from Vladimir Makarov  ---
(In reply to Wilco from comment #6)
> (In reply to Vladimir Makarov from comment #3)
> > Author: vmakarov
> > Date: Thu Feb 16 19:47:15 2017
> > New Revision: 245514
> > 
> > URL: https://gcc.gnu.org/viewcvs?rev=245514=gcc=rev
> > Log:
> > 2017-02-16  Vladimir Makarov  
> > 
> > PR rtl-optimization/78127
> > * lra.c (lra): Call lra_eliminate before finish the loop after
> > lra_constraint.
> > 
> > 
> > Modified:
> > trunk/gcc/ChangeLog
> > trunk/gcc/lra.c
> 
> Vlad, would it be safe to backport this?

Yes, I think it is safe.

[Bug rtl-optimization/78127] [6 Regression] AArch64 internal compiler error: in lra_eliminate, at lra-eliminations.c:1440

2018-10-17 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78127

Wilco  changed:

   What|Removed |Added

 CC||wilco at gcc dot gnu.org

--- Comment #6 from Wilco  ---
(In reply to Vladimir Makarov from comment #3)
> Author: vmakarov
> Date: Thu Feb 16 19:47:15 2017
> New Revision: 245514
> 
> URL: https://gcc.gnu.org/viewcvs?rev=245514=gcc=rev
> Log:
> 2017-02-16  Vladimir Makarov  
> 
>   PR rtl-optimization/78127
>   * lra.c (lra): Call lra_eliminate before finish the loop after
>   lra_constraint.
> 
> 
> Modified:
> trunk/gcc/ChangeLog
> trunk/gcc/lra.c

Vlad, would it be safe to backport this?