The bug is at:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53770
Regards, Peter
Hello,
Which version of GDB?
As documented at http://gcc.gnu.org/gcc-4.5/changes.html
GCC now generates unwind info also for epilogues. DWARF debuginfo
generated by GCC now uses more features of DWARF3 than before, and
also some DWARF4 features. GDB older than 7.0 is not able to handle
either o
On 25 June 2012 17:15, Peter A. Felvegi wrote:
> Hello,
>
> I found out while single stepping a new template function in gdb that gcc
> generates bad/inaccurate line numbers in the debug info. Optimization was
> turned off, but the execution jumped strangely, see below. gcc-4.4 and the
> current cl
"Peter A. Felvegi" writes:
> I found out while single stepping a new template function in gdb that
> gcc generates bad/inaccurate line numbers in the debug
> info.
Thanks for reporting this. In the future, please send messages like
this to gcc-h...@gcc.gnu.org, not gcc@gcc.gnu.org. Thanks.
>