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/20540] "-march=i386" doesn't mean "limit instruction set to what 80386 understands"


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-18 21:42 -------
(In reply to comment #5)
> Why do you think movzbl is not an instruction on i386?

Just one more nore, movzbl is the same as movzx.  This is where AT&T vs Intel asm format is different.

So this is not a bug.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


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