This is the mail archive of the gcc-bugs@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]

[Bug target/64217] LRA: generate wrong liveness info after r217947 for clobber in jump_insn


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64217

Chung-Ju Wu <jasonwucj at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2014-12-12
                 CC|                            |jasonwucj at gcc dot gnu.org
          Component|rtl-optimization            |target
           Assignee|unassigned at gcc dot gnu.org      |jasonwucj at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #2 from Chung-Ju Wu <jasonwucj at gcc dot gnu.org> ---
(In reply to Vladimir Makarov from comment #1)
> 
> So I'd add at least '=' but it is better to add '=r' or '=<some other
> register constraint>' to solve the problem.
> 

Thanks Kito for reporting this issue.

Also thanks Vladimir to help identify the root cause.
Sorry for that our wrong pattern makes LRA live range analysis confused.

I will have a patch to fix it soon.  Thanks both of you. :)


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