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

RE: Is this a bug?



David Edelsohn[SMTP:dje@watson.ibm.com] wrote:

> 	This is not a bug.  If you actually look at the results produced
> on PowerPC, they are correct.  On PowerPC, additions by constants
always
> are signed, so GCC needs to compensate when performing an unsigned
> addition by biasing the carry so that the result will be correct.

You're right. I wasn't looking closely enough at the results. Now I feel
stupid. Thank you very much
for the help.

application/ms-tnef


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