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/59405] Incorrect FP<->MMX transition during call/ret


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59405

--- Comment #7 from UroÅ Bizjak <ubizjak at gmail dot com> ---
(In reply to H.J. Lu from comment #6)
> I think this is a dup of PR48397.

No, this one happens due to missing interdependencies between x87 and MMX
registers. We could make all MMX instructions dependant on st(0) register, but
this would mean that no MMX instruction whatsoever will be reordered.

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