[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] Bug in inet_chksum_pseudo() produces bad checksum(Parad
From: |
Kieran Mansley |
Subject: |
Re: [lwip-users] Bug in inet_chksum_pseudo() produces bad checksum(Paradigm C++) |
Date: |
Fri, 24 Aug 2007 15:21:40 +0100 |
On Fri, 2007-08-24 at 16:15 +0200, Frédéric BERNON wrote:
> Hi Dave,
>
> I don't understand why Paradigm C++ misunderstand "while (acc >> 16)". Do
> you have report the problem to paradigm support ?
I agree that the compiler probably should cope with this, but changing
it to (acc >> 16) != 0 is not a big problem for us, shouldn't change the
code generated on other compilers, and won't change the performance, so
I don't have a problem with that.
Kieran