This is the mail archive of the gcc-patches@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]

Re: [patch] h8300 port: Further clean up of bit operations.


On Wed, May 29, 2002 at 09:30:52PM -0400, Kazu Hirata wrote:
> ***************
> *** 1136,1142 ****
>     ""
>     "
>   {
> !   if (fix_bit_operand (operands, 'O', XOR))
>       DONE;
>   }")
>   
>     ""
>     "
>   {
> !   if (fix_bit_operand (operands, 1, XOR))
                                     ^
Shouldn't this be a 0, or was the original code buggy (or am I
misunderstanding)?

>       DONE;
>   }")

Attachment: msg02442/pgp00000.pgp
Description: PGP signature


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