[Bug c++/61574] Confusing .debug_line generation by -g option

2014-06-23 Thread jamesgua at ca dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61574 --- Comment #4 from jamesgua at ca dot ibm.com --- Found the same issue with G++ 4.6.1 on zLinux.

[Bug c++/61574] Confusing .debug_line generation by -g option

2014-06-21 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61574 --- Comment #3 from Andrew Pinski --- (In reply to jamesgua from comment #2) > (In reply to Andrew Pinski from comment #1) > > This is deconstructors. > > I mean why we have those line numbers "17 9 17 9 17", debugger follow the > line number in

[Bug c++/61574] Confusing .debug_line generation by -g option

2014-06-21 Thread jamesgua at ca dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61574 --- Comment #2 from jamesgua at ca dot ibm.com --- (In reply to Andrew Pinski from comment #1) > This is deconstructors. I mean why we have those line numbers "17 9 17 9 17", debugger follow the line number information and user may think the prog

[Bug c++/61574] Confusing .debug_line generation by -g option

2014-06-20 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61574 --- Comment #1 from Andrew Pinski --- This is deconstructors.