[Bug debug/65821] [4.8.2 regression] incorrect debug line # info for main

2015-04-20 Thread chihin.ko at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65821 --- Comment #2 from chihin ko --- (In reply to Andrew Pinski from comment #1) > It is doing (b+3) first which is from :5 which seems correct to me. Default > arguments should have a line information right? Then gdb should stop at line 30 first

[Bug debug/65821] [4.8.2 regression] incorrect debug line # info for main

2015-04-20 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65821 --- Comment #1 from Andrew Pinski --- It is doing (b+3) first which is from :5 which seems correct to me. Default arguments should have a line information right?