https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53770
--- Comment #4 from petschy at gmail dot com ---
Clarification: I double checked now, and the templated and the non-templated
versions (do_print vs do_print2) are the same, with the same disassembly, only
the addresses differing. This is true for
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53770
--- Comment #3 from petschy at gmail dot com ---
Tried now w/ g++ 4.9.1 (Debian 4.9.1-19), and single stepping is still wrong.
The only difference is that it doesn't stop on ++f in line 30 after breaking
out from the loop. However, all the other
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53770
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53770
--- Comment #1 from petschy at gmail dot com 2012-06-25 20:29:05 UTC ---
I tested on 32bit Debian Wheezy, too, with stock 4.6.3, and everything was ok.
Another AMD64 Wheezy box w/ stock 4.6.3 showed the bug, with a minor variation:
when the condit