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: "cnovikov at pacbell dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Jan 2007 06:17:03 -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 #2 from cnovikov at pacbell dot net 2007-01-14 06:17 -------
(In reply to comment #1)
> Confirmed, not a regression.
>
You set keywords to "ice-on-invalid-code". In my opinion, the code is valid. %z
is supposed to add an appropriate data width IA-32 insn suffix: l for dwords, w
for words, b for bytes. The expected behavior here is for %z0 to produce "b" in
the assembler output, since "a" is a char.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30413