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/86314] [7/8/9 Regression] GCC 7.x and 8.x zero out "eax" before using "rax" in "lock bts"


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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 44322
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44322&action=edit
gcc9-pr86314.patch

Untested fix.  The peephole2s didn't expect that an insn with a set of flags
and some other set could use the reg it wants to clear inside of the lhs of the
second set.

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