GNU gdb 5.0
i686-pc-linux-gnu
I have code which is to this effect:
main () {
const double tau = 0
for (int i = 0 ...)
double tau = xxx.
When a breakpoint is set inside the loop, gdb reports the wrong value
for tau (the one outside the loop).
Do I need to give a more specific bug test case?
_______________________________________________
Bug-gdb mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gdb
- Re: gdb-5.0 scope bug nbecker
- Re: gdb-5.0 scope bug Daniel Berlin
- Re: gdb-5.0 scope bug Michael Elizabeth Chastain
