This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/30413] %z produces ICE for char operands
- From: "ubizjak at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Jan 2007 11:32:38 -0000
- Subject: [Bug target/30413] %z produces ICE for char operands
- References: <bug-30413-13890@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from ubizjak at gmail dot com 2007-01-14 11:32 -------
Although %zN is not documented, we advertise it in config/i386/i386.md:
;; The special asm out single letter directives following a '%' are:
;; 'z' mov%z1 would be movl, movw, or movb depending on the mode of
;; operands[1].
The fix is straightforward and doesn't hurt anything. I have fixed this for
4.3.0.
BTW: The same binary code can be achieved by using plain "mov", as gas figures
out opcode from register name.
--
ubizjak at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |ubizjak at gmail dot com
|dot org |
Status|NEW |ASSIGNED
Known to work| |4.3.0
Last reconfirmed|2007-01-14 06:02:37 |2007-01-14 11:32:38
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30413