https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114641
--- Comment #3 from Oleg Endo <olegendo at gcc dot gnu.org> --- (In reply to Rich Felker from comment #2) > The surrounding if statement whose body the hunk modifies is conditioned on > TARGET_FDPIC, so it should not be able to alter non-FDPIC behavior. Ah, OK then. I just looked at the patch itself without the surrounding context. Does this need backporting or is latest GCC enough?