Mail Archives: djgpp-workers/1999/03/25/17:31:53
Martin Str|mberg wrote:
>
> I said:
> > The change I object to is this:
>
> I object to my wording, which wasn't chosen properly.
>
> I meant to say "The change I'm concerned with is this:".
>
> To further alleviate my troubled mind, I seem to have missread the
> patch, which seems to be correct mathematically. However I'm still a
> little concerned with the real world behaviuor.
>
> Nate, what does "p *-1" at the gdb prompt give you when running a
> program in gdb with your patches?
(gdb) p *-1
Cannot access memory at address 0xffffffff.
I didn't actually remove any of the tests, I just reversed the sense of
each so as to be able to separate them from each other. (DeMorgan's
law, is it?)
Note also that `a' is unsigned, so 0xffffffff is greater than the limit.
--
Nate Eldredge
nate AT cartsys DOT com
- Raw text -