2.96 19991025 x86 minor codegen bug
Jeffrey A Law
law@cygnus.com
Tue Nov 2 08:30:00 GMT 1999
In message <Pine.LNX.4.10.9910252056460.4119-100000@mullet.itr.unisa.edu.au>y
ou write:
> gcc.c-torture/compile/980506-1.c and gcc.c-torture/compile/980701-1.c are
> failing with recent CVS sources dues to generating:
>
> andl $255, %ax
>
> for which a recent gas rightly issues a warning. It should be either
> "andw $255, %ax" or "andl $255, %eax" (or even better "movb $0, %ah", but
> that's another issue entirely)
I believe rth fixed this last week.
jeff
More information about the Gcc-bugs
mailing list