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/17213] wrong, unaligned 32 bits 'mov' opcode generated when fetching a ushort


------- 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


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