This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/81664] __attribute__((target("movbe"))) does not work
- From: "bugzilla at poradnik-webmastera dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 06 Aug 2017 08:52:21 +0000
- Subject: [Bug target/81664] __attribute__((target("movbe"))) does not work
- Auto-submitted: auto-generated
- References: <bug-81664-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81664
Daniel Fruzynski <bugzilla@poradnik-webmastera.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #5 from Daniel Fruzynski <bugzilla@poradnik-webmastera.com> ---
OK, you are right. I assumed that movbe instruction can work on registers.
After compiling your code movbe was generated. I also was mislead by your first
response, I thought that you are talking about movbe instruction support in
general, not about target attribute. So I am closing this issue.