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

Reply via email to