[Bug debug/98776] DW_AT_low_pc is inconsistent with function entry address, when enabling -fpatchable-function-entry

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jun 30 08:27:55 GMT 2021


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98776

--- Comment #8 from Richard Biener <rguenth at gcc dot gnu.org> ---
(In reply to Martin Liška from comment #7)
> Fixed on master with r11-1245-g3dcea658c9e2ac84.

OK, so that's target specific then, thus aarch64 could still be broken.
assemble_start_function is the one invoking the target hook (and eventually
its default implementation) that emits the patchable area.


More information about the Gcc-bugs mailing list