------- Comment #1 from rask at sygehus dot dk  2007-07-13 15:34 -------
I don't see how R can become negative:
R=0;
while (...)
{
...
R=R*5+[unsigned value here];
...
}
What am I missing?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32757

Reply via email to