[Bug debug/102534] RFE epilog is not reliably a statement with inlining

2021-09-30 Thread woodard at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102534 --- Comment #4 from Ben Woodard --- There continues to be an instruction after the completion of the inlining, the next instruction in the sequence, At the time when the inlining occurs why can’t the .loc 1 6 1 be placed there as part of the

[Bug debug/102534] RFE epilog is not reliably a statement with inlining

2021-09-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102534 --- Comment #3 from Andrew Pinski --- With -O1 or -O2 (and -g2), there are no .loc for line 6 at all. There might not be anything that can be done for that case as inlining removes it

[Bug debug/102534] RFE epilog is not reliably a statement with inlining

2021-09-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102534 Andrew Pinski changed: What|Removed |Added Summary|RFE epilog is not reliably |RFE epilog is not reliably