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 _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
