[Bug target/17213] wrong, unaligned 32 bits 'mov' opcode generated when fetching a ushort

stephane dot donze at exalead dot com gcc-bugzilla@gcc.gnu.org
Mon Aug 30 08:33:00 GMT 2004


------- Additional Comments From stephane dot donze at exalead dot com  2004-08-30 08:33 -------
the bug seems to have been fixed between gcc-3.3.2 and gcc-3.3.3: the 3.3.2
version produces the same code as gcc-3.2.2, and gcc-3.3.3 replaces the buggy
'mov' instruction by a correct 'movzwl' . 
However, I found no trace of this bug in the ChangeLog between 3.3.2 and 3.3.3 


-- 


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



More information about the Gcc-bugs mailing list